Method GetNotaryKey
GetNotaryKey(Attributes)
Gets the notary certificate in the given attributes if present with the object identifier DOT_STEPOVER_DOC_NOTARY_CERT
Declaration
public static byte[] GetNotaryKey(Attributes attributes)
Parameters
Type | Name | Description |
---|---|---|
Org.BouncyCastle.Asn1.Cms.Attributes | attributes | The attributes. |
Returns
Type | Description |
---|---|
System.Byte[] | The notary certificate or null in case of error. |