SecKeyGenerationParameters.EffectiveKeySize Property

Definition

Gets or sets a value that describes the minimum size of attack that can defeat the key. This value can be significantly smaller than the actual key size.

public Nullable<int> EffectiveKeySize { get; set; }
member this.EffectiveKeySize : Nullable<int> with get, set

Property Value

A value that describes the minimum size of attack that can defeat the key. This value can be significantly smaller than the actual key size.

Applies to