NegotiateAuthenticationServerOptions.RequiredImpersonationLevel Property

Definition

Gets or sets a value that indicates how the server can use the client's credentials to access resources.

public:
 property System::Security::Principal::TokenImpersonationLevel RequiredImpersonationLevel { System::Security::Principal::TokenImpersonationLevel get(); void set(System::Security::Principal::TokenImpersonationLevel value); };
public System.Security.Principal.TokenImpersonationLevel RequiredImpersonationLevel { get; set; }
member this.RequiredImpersonationLevel : System.Security.Principal.TokenImpersonationLevel with get, set
Public Property RequiredImpersonationLevel As TokenImpersonationLevel

Property Value

Applies to