Saml2Subject Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy Saml2Subject.
Przeciążenia
Saml2Subject() |
Inicjuje nowe wystąpienie klasy Saml2Subject. |
Saml2Subject(Saml2NameIdentifier) |
Inicjuje Saml2Subject nowe wystąpienie klasy z określonym Saml2NameIdentifier obiektem. |
Saml2Subject(Saml2SubjectConfirmation) |
Inicjuje Saml2Subject nowe wystąpienie klasy z określonym Saml2SubjectConfirmation obiektem. |
Saml2Subject()
Inicjuje nowe wystąpienie klasy Saml2Subject.
public:
Saml2Subject();
public Saml2Subject ();
Public Sub New ()
Dotyczy
Saml2Subject(Saml2NameIdentifier)
Inicjuje Saml2Subject nowe wystąpienie klasy z określonym Saml2NameIdentifier obiektem.
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)
Parametry
- nameId
- Saml2NameIdentifier
Element Saml2NameIdentifier reprezentujący identyfikator nazwy.
Uwagi
Właściwość NameId jest ustawiona na wartość określoną przez nameId
parametr .
Dotyczy
Saml2Subject(Saml2SubjectConfirmation)
Inicjuje Saml2Subject nowe wystąpienie klasy z określonym Saml2SubjectConfirmation obiektem.
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)
Parametry
- subjectConfirmation
- Saml2SubjectConfirmation
Element Saml2SubjectConfirmation zawierający informacje potwierdzające.
Wyjątki
subjectConfirmation
to null
.
Uwagi
Kolekcja SubjectConfirmations jest inicjowana z wartością subjectConfirmation
określoną przez parametr .