Namespace: Microsoft.IdentityModel.Tokens.Saml2
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim instance As Saml2Subject |
Syntax
Visual Basic |
---|
Public Class Saml2Subject |
C# |
---|
public class Saml2Subject |
C++ |
---|
public ref class Saml2Subject |
J# |
---|
public class Saml2Subject |
JScript |
---|
public class Saml2Subject |
Remarks
If the NameId is null and the SubjectConfirmations collection is empty, an InvalidOperationException will be thrown during serialization.
Inheritance Hierarchy
System.Object
Microsoft.IdentityModel.Tokens.Saml2.Saml2Subject
Microsoft.IdentityModel.Tokens.Saml2.Saml2Subject
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.