Freigeben über


SecurityTokenServiceConfiguration.DefaultSymmetricKeySizeInBits Property

Gets or sets the default key size in bits used in the issued token.

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

Verwendung

    Dim instance As SecurityTokenServiceConfiguration
Dim value As Integer

value = instance.DefaultSymmetricKeySizeInBits

instance.DefaultSymmetricKeySizeInBits = value

Syntax

'Declaration
Public Property DefaultSymmetricKeySizeInBits As Integer
public int DefaultSymmetricKeySizeInBits { get; set; }
public:
property int DefaultSymmetricKeySizeInBits {
    int get ();
    void set (int value);
}
/** @property */
public int get_DefaultSymmetricKeySizeInBits ()

/** @property */
public void set_DefaultSymmetricKeySizeInBits (int value)
public function get DefaultSymmetricKeySizeInBits () : int

public function set DefaultSymmetricKeySizeInBits (value : int)

Eigenschaftenwert

Returns Int32.

Hinweise

This only applies to the symmetric key case.

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

SecurityTokenServiceConfiguration Class
SecurityTokenServiceConfiguration Members
Microsoft.IdentityModel.Configuration Namespace