asp.net.ph

HttpClientCertificate.SecretKeySize Property

System.Web Namespace   HttpClientCertificate Class


Gets the number of bits in the server certificate private key. For example, 1024.

[ VB ]
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.

See Also

HttpClientCertificate Members Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note