Method ReadSignaturePublicNotaryKey
ReadSignaturePublicNotaryKey(out Nullable<String>)
Declaration
public Error ReadSignaturePublicNotaryKey(out string? pubKey)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.String> |
pubKey |
|
Returns
Implements
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
public Error ReadSignaturePublicNotaryKey(out byte[] pubKey)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
pubKey |
|
Returns
| Type |
Description |
| Error |
Error
|
Implements