Namespace: Microsoft.IdentityModel.Claims
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim value As IClaimsIdentity value = ClaimsIdentity.AnonymousIdentity |
Syntax
Visual Basic |
---|
Public Shared ReadOnly Property AnonymousIdentity As IClaimsIdentity |
C# |
---|
public static IClaimsIdentity AnonymousIdentity { get; } |
C++ |
---|
public: static property IClaimsIdentity^ AnonymousIdentity { IClaimsIdentity^ get (); } |
J# |
---|
/** @property */ public static IClaimsIdentity get_AnonymousIdentity () |
JScript |
---|
public static function get AnonymousIdentity () : IClaimsIdentity |
Property Value
Returns IClaimsIdentity.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.