Namespace: Microsoft.IdentityModel.Protocols.WSIdentity
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim instance As TokenServiceEndpoint Dim value As UserCredentialType value = instance.UserCredentialType |
Syntax
Visual Basic |
---|
Public ReadOnly Property UserCredentialType As UserCredentialType |
C# |
---|
public UserCredentialType UserCredentialType { get; } |
C++ |
---|
public: property UserCredentialType UserCredentialType { UserCredentialType get (); } |
J# |
---|
/** @property */ public UserCredentialType get_UserCredentialType () |
JScript |
---|
public function get UserCredentialType () : UserCredentialType |
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.