Method WrapNotaryKey
WrapNotaryKey(Byte[])
Wraps the notary's public key into an attribute with the OID DOT_STEPOVER_DOC_NOTARY_KEY.
Declaration
public static Attribute? WrapNotaryKey(byte[] publicKey)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | publicKey | The notary's public key. |
Returns
| Type | Description |
|---|---|
| System.Nullable<Attribute> | The attribute containing the given public key. Null if the argument is null. |