CertificatePolicy.KeySize Property

Definition

Gets or sets the size of the RSA key. The value must be a valid RSA key length such as 2048 or 4092.

public int? KeySize { get; set; }
member this.KeySize : Nullable<int> with get, set
Public Property KeySize As Nullable(Of Integer)

Property Value

Applies to