SamlConstants.MajorVersionValue Property

Definition

Gets the major version of the SAML specification that SamlSecurityToken security tokens conform to. This field is constant.

public:
 static property int MajorVersionValue { int get(); };
public static int MajorVersionValue { get; }
static member MajorVersionValue : int
Public Shared ReadOnly Property MajorVersionValue As Integer

Property Value

The major version of the SAML specification that SamlSecurityToken security tokens conform to. Always 1.

Remarks

The combination of the MajorVersionValue and MinorVersionValue properties comprises the version of the SAML specification that SamlSecurityToken security tokens conform to.

Applies to

See also