共用方式為


Saml2Subject 建構函式

定義

初始化 Saml2Subject 類別的新執行個體。

多載

Saml2Subject()

初始化 Saml2Subject 類別的新執行個體。

Saml2Subject(Saml2NameIdentifier)

使用指定的 Saml2Subject 物件,初始化 Saml2NameIdentifier 類別的新執行個體。

Saml2Subject(Saml2SubjectConfirmation)

使用指定的 Saml2Subject 物件,初始化 Saml2SubjectConfirmation 類別的新執行個體。

Saml2Subject()

初始化 Saml2Subject 類別的新執行個體。

public:
 Saml2Subject();
public Saml2Subject ();
Public Sub New ()

適用於

Saml2Subject(Saml2NameIdentifier)

使用指定的 Saml2Subject 物件,初始化 Saml2NameIdentifier 類別的新執行個體。

public:
 Saml2Subject(System::IdentityModel::Tokens::Saml2NameIdentifier ^ nameId);
public Saml2Subject (System.IdentityModel.Tokens.Saml2NameIdentifier nameId);
new System.IdentityModel.Tokens.Saml2Subject : System.IdentityModel.Tokens.Saml2NameIdentifier -> System.IdentityModel.Tokens.Saml2Subject
Public Sub New (nameId As Saml2NameIdentifier)

參數

nameId
Saml2NameIdentifier

表示名稱識別項的 Saml2NameIdentifier

備註

屬性 NameId 會設定為 參數所 nameId 指定的值。

適用於

Saml2Subject(Saml2SubjectConfirmation)

使用指定的 Saml2Subject 物件,初始化 Saml2SubjectConfirmation 類別的新執行個體。

public:
 Saml2Subject(System::IdentityModel::Tokens::Saml2SubjectConfirmation ^ subjectConfirmation);
public Saml2Subject (System.IdentityModel.Tokens.Saml2SubjectConfirmation subjectConfirmation);
new System.IdentityModel.Tokens.Saml2Subject : System.IdentityModel.Tokens.Saml2SubjectConfirmation -> System.IdentityModel.Tokens.Saml2Subject
Public Sub New (subjectConfirmation As Saml2SubjectConfirmation)

參數

subjectConfirmation
Saml2SubjectConfirmation

包含確認資訊的 Saml2SubjectConfirmation

例外狀況

subjectConfirmationnull

備註

集合 SubjectConfirmations 會使用 參數所 subjectConfirmation 指定的值初始化。

適用於