Method GetNotaryInfo
GetNotaryInfo(Attributes)
Retrieves a notary info in the given attributes if present with the object identifier DOT_STEPOVER_DOC_NOTARY_INFO
Declaration
public static string GetNotaryInfo(Attributes attributes)
Parameters
Type | Name | Description |
---|---|---|
Org.BouncyCastle.Asn1.Cms.Attributes | attributes | The attributes to search. |
Returns
Type | Description |
---|---|
System.String | The notary info or null in case of error. |