WSTrustMessage.UseKey Propriedade
Definição
Obtém ou define o conteúdo do elemento wst:UseKey.Gets or sets the contents of the wst:UseKey element.
public:
property System::IdentityModel::Protocols::WSTrust::UseKey ^ UseKey { System::IdentityModel::Protocols::WSTrust::UseKey ^ get(); void set(System::IdentityModel::Protocols::WSTrust::UseKey ^ value); };
public System.IdentityModel.Protocols.WSTrust.UseKey UseKey { get; set; }
member this.UseKey : System.IdentityModel.Protocols.WSTrust.UseKey with get, set
Public Property UseKey As UseKey
Valor da propriedade
Um UseKey que contém a chave.A UseKey that contains the key.
Comentários
Se o solicitante quiser usar uma chave existente em vez de criar uma nova, essa propriedade poderá ser usada para fazer referência a um token de segurança que contém a chave desejada.If the requestor wishes to use an existing key rather than create a new one, then this property can be used to reference a security token containing the desired key. Isso é normalmente usado no caso de emissão de chave assimétrica.This is commonly used in the asymmetric key issuance case.