Table of Contents

Interface ISignedInfo

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

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/crypto/dsig/SignedInfo.html

public interface ISignedInfo : IXMLStructure
Inherited Members

Properties

CanonicalizationMethod

CanonicalizationMethod CanonicalizationMethod { get; }

Property Value

CanonicalizationMethod

CanonicalizedData

InputStream CanonicalizedData { get; }

Property Value

InputStream

Id

String Id { get; }

Property Value

String

References

List References { get; }

Property Value

List

SignatureMethod

SignatureMethod SignatureMethod { get; }

Property Value

SignatureMethod