WSTrustMessage.SignWith Propriedade

Definição

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

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

Valor da propriedade

String

Uma cadeia de caracteres que contém um URI que identifica o algoritmo de assinatura desejado.A string that contains a URI that identifies the desired signature algorithm.

Exceções

Ocorre uma tentativa de definir o valor como null ou uma cadeia de caracteres vazia.An attempt to set the value to null or an empty string occurs.

Comentários

Esse elemento URI opcional indica o algoritmo de assinatura desejado a ser usado com o token de segurança emitido.This optional URI element indicates the desired signature algorithm to be used with the issued security token. Essa é uma extensão para o elemento RequestSecurityToken.This is an extension to the RequestSecurityToken element.

Aplica-se a