Identifies the entity expected to satisfy the enclosing subject confirmation requirements. [Saml2Core, 2.4.1.1]
Namespace: Microsoft.IdentityModel.Tokens.Saml2
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As Saml2SubjectConfirmation
Dim value As Saml2NameIdentifier

value = instance.NameIdentifier

instance.NameIdentifier = value

Syntax

Visual Basic
Public Property NameIdentifier As Saml2NameIdentifier
C#
public Saml2NameIdentifier NameIdentifier { get; set; }
C++
public:
property Saml2NameIdentifier^ NameIdentifier {
		Saml2NameIdentifier^ get ();
		void set (Saml2NameIdentifier^ value);
}
J#
/** @property */
public Saml2NameIdentifier get_NameIdentifier ()

/** @property */
public void set_NameIdentifier (Saml2NameIdentifier value)
JScript
public function get NameIdentifier () : Saml2NameIdentifier

public function set NameIdentifier (value : Saml2NameIdentifier)

Property Value

Returns a Saml2NameIdentifier.

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