SamlSubject Constructor
.NET Framework 4.5
Initializes a new instance of the SamlSubject class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SamlSubject() | Initializes a new instance of the SamlSubject class. |
|
SamlSubject(String, String, String) | Initializes a new instance of the SamlSubject class using the specified name, the domain in which the name resides, and the format the name is in. |
|
SamlSubject(String, String, String, IEnumerable<String>, String, SecurityKeyIdentifier) | Initializes a new instance of the SamlSubject class using the specified name, the domain in which the name resides, the format the name is in, authentication protocols, additional authentication information, and a key identifier. |