SendSettings.TokenImpersonationLevel Property

Definition

Gets or sets a value that indicates the token impersonation level allowed for the receiver of the message.

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

Property Value

One of the enumeration values of the TokenImpersonationLevel enumeration.

Applies to