The unattached token reference to refer to the issued token when it is not attached to the message.
Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As SecurityTokenDescriptor
Dim value As SecurityKeyIdentifierClause

value = instance.UnattachedReference

instance.UnattachedReference = value

Syntax

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

/** @property */
public void set_UnattachedReference (SecurityKeyIdentifierClause value)
JScript
public function get UnattachedReference () : SecurityKeyIdentifierClause

public function set UnattachedReference (value : SecurityKeyIdentifierClause)

Property Value

Returns a SecurityKeyIdentifierClause.

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