Show / Hide Table of Contents

Protocol Property

Protocol

The protocol chosen by the platform. This is an optional parameter, so it can be null.

C#
public PinUvAuthProtocol? Protocol { get; set; }

Property Value

Type Description
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.

In this article
Back to top Generated by DocFX