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
属性值
SAML 规范的次版本。The minor version of the SAML specification. 始终为 1。Always 1.
MajorVersionValue 和 MinorVersionValue 属性的组合包含 SamlSecurityToken 安全令牌所遵循的 SAML 规范的版本。The combination of the MajorVersionValue and MinorVersionValue properties comprises the version of the SAML specification that SamlSecurityToken security tokens conform to.