X509AsymmetricSecurityKey.KeySize Property

Definition

Gets the size, in bits, of the public key associated with the X.509 certificate.

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

Property Value

The size, in bits, of the public key associated with the X.509 certificate.

Applies to