Sets the SecurityTokenHandler that owns the cache.
Пространство имен: Microsoft.IdentityModel.Tokens
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

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

Visual Basic
Dim instance As SecurityTokenCache
Dim value As SecurityTokenHandler

value = instance.Owner

instance.Owner = value

Синтаксис

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

/** @property */
public void set_Owner (SecurityTokenHandler value)
JScript
public function get Owner () : SecurityTokenHandler

public function set Owner (value : SecurityTokenHandler)

Исключения

Тип исключений Условие

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также