This documentation is archived and is not being maintained.
HttpClientCertificate.SecretKeySize Property
.NET Framework 1.1
Gets the number of bits in the server certificate private key. For example, 1024.
[Visual Basic] Public ReadOnly Property SecretKeySize As Integer [C#] public int SecretKeySize {get;} [C++] public: __property int get_SecretKeySize(); [JScript] public function get SecretKeySize() : int;
Property Value
The number of bits in the server certificate private key.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpClientCertificate Class | HttpClientCertificate Members | System.Web Namespace
Show: