HttpClientCertificate.KeySize 属性

定义

获取数字证书密钥大小的位数。Gets the number of bits in the digital certificate key size. 例如 128。For example, 128.

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

属性值

Int32

密钥大小的位数。The number of bits in the key size.

适用于