Indicates that the content of the element is a persistent opaque identifier for a principal that is specific to an identity provider and a service provider or affiliation of service providers. [Saml2Core, 8.3.7] (See also for many restrictions on the data.)
Namespace: Microsoft.IdentityModel.Tokens.Saml2
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim value As Uri

value = NameIdentifierFormats.Persistent

Syntax

Visual Basic
Public Shared ReadOnly Persistent As Uri
C#
public static readonly Uri Persistent
C++
public:
static initonly Uri^ Persistent
J#
public static final Uri Persistent
JScript
public static final var Persistent : Uri

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also