SamlConstants.MinorVersionValue 属性

定义

获取 SamlSecurityToken 安全令牌所使用的 SAML 规范的次版本。Gets the minor version of the SAML specification used by SamlSecurityToken security tokens. 此字段为常数。This field is constant.

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

属性值

Int32

SAML 规范的次版本。The minor version of the SAML specification. 始终为 1Always 1.

MajorVersionValueMinorVersionValue 属性的组合包含 SamlSecurityToken 安全令牌所遵循的 SAML 规范的版本。The combination of the MajorVersionValue and MinorVersionValue properties comprises the version of the SAML specification that SamlSecurityToken security tokens conform to.

适用于

另请参阅