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)

Usage

Visual Basic
Dim instance As SecurityTokenServiceConfiguration
Dim value As Integer

value = instance.DefaultSymmetricKeySizeInBits

instance.DefaultSymmetricKeySizeInBits = value

Syntax

Visual Basic
Public Property DefaultSymmetricKeySizeInBits As Integer
C#
public int DefaultSymmetricKeySizeInBits { get; set; }
C++
public:
property int DefaultSymmetricKeySizeInBits {
		int get ();
		void set (int value);
}
J#
/** @property */
public int get_DefaultSymmetricKeySizeInBits ()

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

public function set DefaultSymmetricKeySizeInBits (value : int)

Property Value

Returns Int32.

Remarks

This only applies to the symmetric key case.


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.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also