WSTrustMessage.KeyWrapAlgorithm Propriedade

Definição

Obtém ou define o conteúdo do elemento wst:KeyWrapAlgorithm.Gets or sets the contents of the wst:KeyWrapAlgorithm element.

public:
 property System::String ^ KeyWrapAlgorithm { System::String ^ get(); void set(System::String ^ value); };
public string KeyWrapAlgorithm { get; set; }
member this.KeyWrapAlgorithm : string with get, set
Public Property KeyWrapAlgorithm As String

Valor da propriedade

String

Uma cadeia de caracteres que contém o URI que identifica o algoritmo de encapsulamento de chave.A string that contains the URI that identifies the key wrap algorithm.

Comentários

Esse URI opcional indica o algoritmo desejado a ser usado para o encapsulamento de chaves quando o STS criptografa o token emitido para a terceira parte confiável usando uma chave assimétrica.This optional URI indicates the desired algorithm to use for key wrapping when STS encrypts the issued token for the relying party using an asymmetric key.

Aplica-se a