SamlConstants.HolderOfKey Propriedade

Definição

Obtém um URI que especifica que o destinatário de um token de segurança do SAML deve usar o elemento <ds:KeyInfo> para confirmar que a mensagem SOAP foi enviada pela entidade da declaração SAML.Gets a URI that specifies that the recipient of a SAML security token should use the <ds:KeyInfo> element to confirm that the SOAP message was sent by the SAML assertion's subject. Este campo é constante.This field is constant.

public:
 static property System::String ^ HolderOfKey { System::String ^ get(); };
public static string HolderOfKey { get; }
member this.HolderOfKey : string
Public Shared ReadOnly Property HolderOfKey As String

Valor da propriedade

String

Um URI que especifica que o destinatário de um SamlSecurityToken token de segurança deve usar o <ds:KeyInfo> elemento para confirmar se a mensagem SOAP foi enviada pelo assunto da declaração SAML.A URI that specifies that the recipient of a SamlSecurityToken security token should use the <ds:KeyInfo> element to confirm that the SOAP message was sent by the SAML assertion's subject.

Comentários

Use a HolderOfKey propriedade para definir a ConfirmationMethods propriedade.Use the HolderOfKey property to set the ConfirmationMethods property.

Aplica-se a