Interface IAlgorithmMethod
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/crypto/AlgorithmMethod.html
public interface IAlgorithmMethod
Properties
Algorithm
String Algorithm { get; }
Property Value
ParameterSpec
AlgorithmParameterSpec ParameterSpec { get; }