Send.TokenImpersonationLevel Propriedade

Definição

Obtém ou define um valor que indica o nível de representação de token permitido para o receptor da mensagem.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

Valor da propriedade

TokenImpersonationLevel

O nível de representação do token.The token impersonation level.

Comentários

Essa propriedade é definida como um dos TokenImpersonationLevel valores de enumeração.This property is set to one of the TokenImpersonationLevel enumeration values.

Aplica-se a