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

Usage

Visual Basic
Dim instance As WSTrustMessage
Dim value As Nullable(Of Integer)

value = instance.KeySizeInBits

instance.KeySizeInBits = value

Syntax

Visual Basic
Public Property KeySizeInBits As Nullable(Of Integer)
C#
public Nullable<int> KeySizeInBits { get; set; }
C++
public:
property Nullable<int> KeySizeInBits {
		Nullable<int> get ();
		void set (Nullable<int> value);
}
J#
/** @property */
public Nullable<int> get_KeySizeInBits ()

/** @property */
public void set_KeySizeInBits (Nullable<int> value)
JScript
public function get KeySizeInBits () : Nullable<int>

public function set KeySizeInBits (value : Nullable<int>)

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