Table of Contents

Interface IAlgorithmMethod

Namespace
Javax.Xml.Crypto
Assembly
MASES.JNet.dll

.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

String

ParameterSpec

AlgorithmParameterSpec ParameterSpec { get; }

Property Value

AlgorithmParameterSpec