The unattached token reference to refer to the issued token when it is not attached to the message.
Пространство имен: Microsoft.IdentityModel.Tokens
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As SecurityTokenDescriptor
Dim value As SecurityKeyIdentifierClause

value = instance.UnattachedReference

instance.UnattachedReference = value

Синтаксис

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)

Значение свойства

Returns a SecurityKeyIdentifierClause.

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также