Share via


HttpClientCertificate.SecretKeySize プロパティ

定義

サーバー証明書の秘密キーのビット数を取得します。 たとえば 1024 です。

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

プロパティ値

サーバー証明書の秘密キーのビット数。

適用対象