Sdílet prostřednictvím


IdentityConfiguration.ClaimsAuthenticationManager Vlastnost

Definice

Získá nebo nastaví správce ověřování deklarací identity. Výchozí hodnota je instance ClaimsAuthenticationManager třídy.

public:
 property System::Security::Claims::ClaimsAuthenticationManager ^ ClaimsAuthenticationManager { System::Security::Claims::ClaimsAuthenticationManager ^ get(); void set(System::Security::Claims::ClaimsAuthenticationManager ^ value); };
public System.Security.Claims.ClaimsAuthenticationManager ClaimsAuthenticationManager { get; set; }
member this.ClaimsAuthenticationManager : System.Security.Claims.ClaimsAuthenticationManager with get, set
Public Property ClaimsAuthenticationManager As ClaimsAuthenticationManager

Hodnota vlastnosti

Správce ověřování deklarací identity.

Výjimky

Dojde k pokusu o nastavení vlastnosti na null .

Platí pro