Rfc3161RecordSignedAttributesAlgorithm Property
|
Hash algorithm used to hash the SignedAttributes structure.
Namespace:
Guardtime.KSI.Signature
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic HashAlgorithm SignedAttributesAlgorithm { get; }
Public ReadOnly Property SignedAttributesAlgorithm As HashAlgorithm
Get
public:
property HashAlgorithm^ SignedAttributesAlgorithm {
HashAlgorithm^ get ();
}
member SignedAttributesAlgorithm : HashAlgorithm with get
Property Value
Type:
HashAlgorithm
See Also