Send.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

The token impersonation level.

Remarks

This property is set to one of the TokenImpersonationLevel enumeration values.

Applies to