Saml2Subject.NameId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定主體的識別項。 [Saml2Core, 2.4.1]
public:
property System::IdentityModel::Tokens::Saml2NameIdentifier ^ NameId { System::IdentityModel::Tokens::Saml2NameIdentifier ^ get(); void set(System::IdentityModel::Tokens::Saml2NameIdentifier ^ value); };
public System.IdentityModel.Tokens.Saml2NameIdentifier NameId { get; set; }
member this.NameId : System.IdentityModel.Tokens.Saml2NameIdentifier with get, set
Public Property NameId As Saml2NameIdentifier
屬性值
Saml2NameIdentifier,包含識別項。