Method WrapNotaryInfo
WrapNotaryInfo(String)
Wraps textual notary info into an attribute with the OID DOT_STEPOVER_DOC_NOTARY_INFO.
Declaration
public static Attribute WrapNotaryInfo(string notaryInfo)
Parameters
Type | Name | Description |
---|---|---|
System.String | notaryInfo | The textual information about the notary. |
Returns
Type | Description |
---|---|
Org.BouncyCastle.Asn1.Cms.Attribute | An attribute with the notary info. Null if the argument is null. |