Saml2Assertion.Issuer 属性
定义
获取或设置在断言中发出声明的 SAML 颁发机构的标识符。Gets or sets the identifier for the SAML authority that is making the claim(s) in the assertion. [Saml2Core, 2.3.3][Saml2Core, 2.3.3]
public:
property System::IdentityModel::Tokens::Saml2NameIdentifier ^ Issuer { System::IdentityModel::Tokens::Saml2NameIdentifier ^ get(); void set(System::IdentityModel::Tokens::Saml2NameIdentifier ^ value); };
public System.IdentityModel.Tokens.Saml2NameIdentifier Issuer { get; set; }
member this.Issuer : System.IdentityModel.Tokens.Saml2NameIdentifier with get, set
Public Property Issuer As Saml2NameIdentifier
属性值
一个 Saml2NameIdentifier,用于指定颁发者。A Saml2NameIdentifier that specifies the issuer.
例外
尝试将该属性设置为 null。An attempt to set the property to null occurs.
注解
颁发者元素。The Issuer element. 此元素是必需的。This element is required.