Method GetNotaryCert
GetNotaryCert(Attributes)
Gets the notary certificate in the given attributes if present with the object identifier DOT_STEPOVER_DOC_NOTARY_CERT
Declaration
public static X509Certificate2 GetNotaryCert(Attributes attributes)
Parameters
Type | Name | Description |
---|---|---|
Org.BouncyCastle.Asn1.Cms.Attributes | attributes | The attributes to search. |
Returns
Type | Description |
---|---|
System.Security.Cryptography.X509Certificates.X509Certificate2 | The notary certificate or null in case of error. |