Freigeben über


SecurityTokenService.SecurityTokenDescriptor Property

Namespace: Microsoft.IdentityModel.SecurityTokenService
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim value As SecurityTokenDescriptor

value = Me.SecurityTokenDescriptor

Me.SecurityTokenDescriptor = value

Syntax

'Declaration
Protected Property SecurityTokenDescriptor As SecurityTokenDescriptor
protected SecurityTokenDescriptor SecurityTokenDescriptor { get; set; }
protected:
property SecurityTokenDescriptor^ SecurityTokenDescriptor {
    SecurityTokenDescriptor^ get ();
    void set (SecurityTokenDescriptor^ value);
}
/** @property */
protected SecurityTokenDescriptor get_SecurityTokenDescriptor ()

/** @property */
protected void set_SecurityTokenDescriptor (SecurityTokenDescriptor value)
protected function get SecurityTokenDescriptor () : SecurityTokenDescriptor

protected function set SecurityTokenDescriptor (value : SecurityTokenDescriptor)

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

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

Siehe auch

Referenz

SecurityTokenService Class
SecurityTokenService Members
Microsoft.IdentityModel.SecurityTokenService Namespace