HttpClientCertificate::SecretKeySize Property

 

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

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property int SecretKeySize {
	int get();
}

Property Value

Type: System::Int32

The number of bits in the server certificate private key.

.NET Framework
Available since 1.1
Return to top
Show: