Namespace: Microsoft.Clm.Shared.ProfileTemplates
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)
Usage
Visual Basic |
---|
Dim instance As SmartcardConfig Dim value As SmartcardPinPolicy value = instance.UserPinPolicy |
Syntax
Visual Basic |
---|
Public ReadOnly Property UserPinPolicy As SmartcardPinPolicy |
C# |
---|
public SmartcardPinPolicy UserPinPolicy { get; } |
C++ |
---|
public: property SmartcardPinPolicy^ UserPinPolicy { SmartcardPinPolicy^ get (); } |
J# |
---|
/** @property */ public SmartcardPinPolicy get_UserPinPolicy () |
JScript |
---|
public function get UserPinPolicy () : SmartcardPinPolicy |
Property Value
A SmartcardPinPolicy object that describes the smart card user PIN policy.Remarks
This property specifies the rules for creating a smart card user PIN.
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.