Edit

Share via


Saml2Assertion.Version Property

Definition

Gets the SAML version of this assertion. [Saml2Core, 2.3.3]

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

Property Value

A string that contains the version.

Remarks

The Version attribute; only version "2.0" is supported.

Applies to