EnableEnterpriseAttestationCommand Constructor
EnableEnterpriseAttestationCommand(ReadOnlyMemory<byte>, PinUvAuthProtocolBase)
Constructs a new instance of EnableEnterpriseAttestationCommand.
C#
public EnableEnterpriseAttestationCommand(ReadOnlyMemory<byte> pinUvAuthToken, PinUvAuthProtocolBase authProtocol)
Parameters
Type | Name | Description |
---|---|---|
ReadOnlyMemory<byte> | pinUvAuthToken | The PIN/UV Auth Token built from the PIN. This is the encrypted token key. |
PinUvAuthProtocolBase | authProtocol | The Auth Protocol used to build the Auth Token. |