HttpClientCertificate.SecretKeySize Property

Definition

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

public:
 property int SecretKeySize { int get(); };
public int SecretKeySize { get; }
member this.SecretKeySize : int
Public ReadOnly Property SecretKeySize As Integer

Property Value

The number of bits in the server certificate private key.

Applies to