Namespace:
Microsoft.IdentityModel.Protocols.WSTrust.Bindings
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim instance As WSTrustBindingBase
Dim value As Boolean
value = instance.EnableRsaProofKeys
instance.EnableRsaProofKeys = value
|
Syntax
Visual Basic |
Public Property EnableRsaProofKeys As Boolean
|
C# |
public bool EnableRsaProofKeys { get; set; }
|
C++ |
public:
property bool EnableRsaProofKeys {
bool get ();
void set (bool value);
}
|
J# |
/** @property */
public boolean get_EnableRsaProofKeys ()
/** @property */
public void set_EnableRsaProofKeys (boolean value)
|
JScript |
public function get EnableRsaProofKeys () : boolean
public function set EnableRsaProofKeys (value : boolean)
|
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 98, Windows 2000, Windows 2000 Server, Windows CE, Windows
Server 2008, Windows 98 Second Edition, Pocket PC, Smart Phone,
Windows Server 2003, Windows XP Professional, Windows Vista,
Windows Server 2003 R2, Windows XP, Not tested on Windows XP
See Also