Protocol Property
Protocol
The protocol chosen by the platform. This is an optional parameter, so it can be null.
C#
public Nullable<PinUvAuthProtocol> Protocol { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<PinUvAuthProtocol> |
Remarks
If you are getting assertions using GetAssertions(GetAssertionParameters), you do NOT need to set this property, the SDK will take care of it. But if you are getting assertions using the GetAssertionCommand, then you must set this property.