Indicates that the content of the element is an identifier with transient semantics and SHOULD be treated as an opaque and temporary value by the relying party. [Saml2Core, 8.3.8]
Namespace: Microsoft.IdentityModel.Tokens.Saml2
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim value As Uri

value = NameIdentifierFormats.Transient

Syntax

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

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also