SamlAssertionKeyIdentifierClause.AssertionId Property

Definition

Gets the identifier for the SamlAssertion that contains the key identifier.

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

Property Value

The identifier for the SamlAssertion that contains the key identifier.

Remarks

The identifier for a SamlAssertion is specified in the AssertionId property.

Applies to