Freigeben über


EncryptingCredentials.SecurityKey Property

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

Verwendung

    Dim instance As EncryptingCredentials
Dim value As SecurityKey

value = instance.SecurityKey

instance.SecurityKey = value

Syntax

'Declaration
Public Property SecurityKey As SecurityKey
public SecurityKey SecurityKey { get; set; }
public:
property SecurityKey^ SecurityKey {
    SecurityKey^ get ();
    void set (SecurityKey^ value);
}
/** @property */
public SecurityKey get_SecurityKey ()

/** @property */
public void set_SecurityKey (SecurityKey value)
public function get SecurityKey () : SecurityKey

public function set SecurityKey (value : SecurityKey)

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

EncryptingCredentials Class
EncryptingCredentials Members
Microsoft.IdentityModel.SecurityTokenService Namespace