Saml2Assertion.Version 属性

定义

获取此断言的 SAML 版本。Gets the SAML version of this assertion. [Saml2Core, 2.3.3][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

属性值

String

包含版本的字符串。A string that contains the version.

注解

Version 特性;仅支持版本 "2.0"。The Version attribute; only version "2.0" is supported.

适用于