Namespace: Microsoft.IdentityModel.SecurityTokenService
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim value As SecurityTokenDescriptor value = Me.SecurityTokenDescriptor Me.SecurityTokenDescriptor = value |
Syntax
Visual Basic |
---|
Protected Property SecurityTokenDescriptor As SecurityTokenDescriptor |
C# |
---|
protected SecurityTokenDescriptor SecurityTokenDescriptor { get; set; } |
C++ |
---|
protected: property SecurityTokenDescriptor^ SecurityTokenDescriptor { SecurityTokenDescriptor^ get (); void set (SecurityTokenDescriptor^ value); } |
J# |
---|
/** @property */ protected SecurityTokenDescriptor get_SecurityTokenDescriptor () /** @property */ protected void set_SecurityTokenDescriptor (SecurityTokenDescriptor value) |
JScript |
---|
protected function get SecurityTokenDescriptor () : SecurityTokenDescriptor protected function set SecurityTokenDescriptor (value : SecurityTokenDescriptor) |
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.