VerifyPinOptions Class
Represents optional parameters to use when verifying pin.
Inheritance Hierarchy
System.Object
Microsoft.Rtc.Collaboration.PinManagement.PinCommandOptions
Microsoft.Rtc.Collaboration.PinManagement.VerifyPinOptions
Namespace: Microsoft.Rtc.Collaboration.PinManagement
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class VerifyPinOptions _
Inherits PinCommandOptions
'Usage
Dim instance As VerifyPinOptions
public class VerifyPinOptions : PinCommandOptions
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Rtc.Collaboration.PinManagement Namespace
BeginVerifyPin(String, String, VerifyPinOptions, AsyncCallback, Object)