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.