ClaimTypes.Anonymous Eigenschap

Definitie

Hiermee haalt u de URI op voor een claim waarmee de anonieme gebruiker wordt opgegeven.

public:
 static property System::String ^ Anonymous { System::String ^ get(); };
public static string Anonymous { get; }
static member Anonymous : string
Public Shared ReadOnly Property Anonymous As String

Waarde van eigenschap

De URI voor een claim die de anonieme gebruiker aangeeft.

Opmerkingen

De tekenreeks die door deze eigenschap wordt geretourneerd, is http://schemas.xmlsoap.org/ws/2005/05/identity/claims/anonymous.

Van toepassing op