Method GetCryptoIds
GetCryptoIds(IDeviceProperties)
Gets the available crypto IDs.
Declaration
public static ImmutableList<CryptoId> GetCryptoIds(this IDeviceProperties deviceProperties)
Parameters
Type | Name | Description |
---|---|---|
IDeviceProperties | deviceProperties | The device properties. See DeviceProperties. |
Returns
Type | Description |
---|---|
System.Collections.Immutable.ImmutableList<CryptoId> | Empty in case of error or absence. |