Freigeben über


SecurityTokenServiceConfiguration.DefaultMaxSymmetricKeySizeInBits Property

Gets or sets the default key size limit in bits used check if the KeySize specified in the request is within this limit.

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

Verwendung

    Dim instance As SecurityTokenServiceConfiguration
Dim value As Integer

value = instance.DefaultMaxSymmetricKeySizeInBits

instance.DefaultMaxSymmetricKeySizeInBits = value

Syntax

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

/** @property */
public void set_DefaultMaxSymmetricKeySizeInBits (int value)
public function get DefaultMaxSymmetricKeySizeInBits () : int

public function set DefaultMaxSymmetricKeySizeInBits (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