Method GetNotaryKeys
GetNotaryKeys(IDeviceProperties)
Gets the notary keys.
Declaration
public static ImmutableList<byte[]> GetNotaryKeys(this IDeviceProperties deviceProperties)
Parameters
Type | Name | Description |
---|---|---|
IDeviceProperties | deviceProperties | The device properties. See DeviceProperties. |
Returns
Type | Description |
---|---|
System.Collections.Immutable.ImmutableList<System.Byte[]> | The keys. An empty list in case of error. |
Remarks
These keys belong to the crypto IDs that may be gotten through GetCryptoIds(IDeviceProperties).