Method ReadSignaturePublicNotaryKey
ReadSignaturePublicNotaryKey(out Nullable<String>)
Yields the public key of the notary who is the person who holds the private RSA key used for encrypting the the biodata.
Declaration
Error ReadSignaturePublicNotaryKey(out string? key)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Nullable<System.String> | key | The key as a hex string. Null in case of error. |
Returns
| Type | Description |
|---|---|
| Error | Error |
ReadSignaturePublicNotaryKey(out Byte[])
Yields the public key of the notary who is the person who holds the private RSA key used for encrypting the the biodata.
Declaration
Error ReadSignaturePublicNotaryKey(out byte[] key)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | key | The key. Null in case of error. |
Returns
| Type | Description |
|---|---|
| Error | Error |