Interface ISignedInfo
.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
CanonicalizedData
InputStream CanonicalizedData { get; }
Property Value
Id
String Id { get; }
Property Value
References
List References { get; }
Property Value
SignatureMethod
https://docs.oracle.com/javase/8/docs/api/javax/xml/crypto/dsig/SignedInfo.html#getSignatureMethod--
SignatureMethod SignatureMethod { get; }