WSTrustMessage.KeySizeInBits (Propiedad)
Espacio de nombres: Microsoft.IdentityModel.Protocols.WSTrust
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim instance As WSTrustMessage Dim value As Nullable(Of Integer) value = instance.KeySizeInBits instance.KeySizeInBits = value
Sintaxis
'Declaración
Public Property KeySizeInBits As Nullable(Of Integer)
public Nullable<int> KeySizeInBits { get; set; }
public:
property Nullable<int> KeySizeInBits {
Nullable<int> get ();
void set (Nullable<int> value);
}
/** @property */
public Nullable<int> get_KeySizeInBits ()
/** @property */
public void set_KeySizeInBits (Nullable<int> value)
public function get KeySizeInBits () : Nullable<int>
public function set KeySizeInBits (value : Nullable<int>)
Seguridad para subprocesos
Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para subprocesos.No se garantiza que los miembros de instancias sean seguros para subprocesos.
Plataformas
Plataformas de desarrollo
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Vea también
Referencia
WSTrustMessage (Clase)
WSTrustMessage (Miembros)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)