This documentation is archived and is not being maintained.

HttpClientCertificate.KeySize Property

Gets the number of bits in the digital certificate key size. For example, 128.

[Visual Basic]
Public ReadOnly Property KeySize As Integer
[C#]
public int KeySize {get;}
[C++]
public: __property int get_KeySize();
[JScript]
public function get KeySize() : int;

Property Value

The number of bits in the key size.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

HttpClientCertificate Class | HttpClientCertificate Members | System.Web Namespace

Show: