SecPublicPrivateKeyAttrs.EffectiveKeySize Property       
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that describes the minimum size of attack that can defeat the key pair. This value can be significantly smaller than the actual key size.
public Nullable<int> EffectiveKeySize { get; set; }member this.EffectiveKeySize : Nullable<int> with get, setProperty Value
A value that describes the minimum size of attack that can defeat the key pair. This value can be significantly smaller than the actual key size.