Information that allows the subject to be confirmed. [Saml2Core, 2.4.1]
Namespace: Microsoft.IdentityModel.Tokens.Saml2
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As Saml2Subject
Dim value As Collection(Of Saml2SubjectConfirmation)

value = instance.SubjectConfirmations

Syntax

Visual Basic
Public ReadOnly Property SubjectConfirmations As Collection(Of Saml2SubjectConfirmation)
C#
public Collection<Saml2SubjectConfirmation> SubjectConfirmations { get; }
C++
public:
property Collection<Saml2SubjectConfirmation^>^ SubjectConfirmations {
		Collection<Saml2SubjectConfirmation^>^ get ();
}
J#
/** @property */
public Collection<Saml2SubjectConfirmation> get_SubjectConfirmations ()
JScript
public function get SubjectConfirmations () : Collection<Saml2SubjectConfirmation>

Property Value

Returns a collection of type Saml2SubjectConfirmation.

Remarks

If more than one subject confirmation is provied, then satisfying any one of them is sufficient to confirm the subject for the purpose of applying the assertion.


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.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also