SamlConstants.SenderVouches Property

Definition

Gets a URI that specifies that additional information is not available for a recipient of a SAML security token to confirm that the SOAP message was sent by the SAML assertion's subject. This field is constant.

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

Property Value

A URI that specifies that additional information is not available for a recipient of a SAML security token to confirm that the SOAP message was sent by the SAML assertion's subject.

Remarks

Use the SenderVouches property to set the ConfirmationMethods property.

Applies to