SignedXml.SignatureMethod Propriedade
Definição
public:
property System::String ^ SignatureMethod { System::String ^ get(); };
public string SignatureMethod { get; }
member this.SignatureMethod : string
Public ReadOnly Property SignatureMethod As String
Valor da propriedade
O método de assinatura do objeto SignedXml atual.The signature method of the current SignedXml object.
Comentários
A SignatureMethod propriedade representa o <SignatureMethod> elemento de uma assinatura digital XML usando uma cadeia de caracteres Uniform Resource Identifier (URI) contida na propriedade.The SignatureMethod property represents the <SignatureMethod> element of an XML digital signature using a Uniform Resource Identifier (URI) string contained within the property. O <SignatureMethod> elemento é um subelemento do <SignedInfo> elemento.The <SignatureMethod> element is a subelement of the <SignedInfo> element.
Use a SignatureMethod propriedade para recuperar o <SignatureMethod> URI usado pelo SignedXml objeto.Use the SignatureMethod property to retrieve the <SignatureMethod> URI used by the SignedXml object. Esta propriedade é somente leitura.This property is read only. Para obter mais informações sobre como especificar programaticamente um URI para o <SignatureMethod> elemento, consulte a SignatureMethod propriedade.For more information about programmatically specifying a URI for the <SignatureMethod> element, see the SignatureMethod property.
Para obter mais informações sobre o <SignatureMethod> elemento, consulte a especificação XMLDSIG.For more information about the <SignatureMethod> element, see the XMLDSIG specification.