SamlConstants.MajorVersionValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.