Sets the SecurityTokenHandler that owns the cache.
Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As SecurityTokenCache
Dim value As SecurityTokenHandler

value = instance.Owner

instance.Owner = value

Syntax

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)

Exceptions

Exception type Condition

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