Method ReadSignaturePublicNotaryKey
ReadSignaturePublicNotaryKey(out 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.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 |