Basic256SecurityAlgorithmSuite.IsAsymmetricKeyLengthSupported(Int32) 方法       
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果支持指定的非对称密钥长度,则返回 true;否则返回 false。 有效长度范围为 1024 到 4096。
public:
 override bool IsAsymmetricKeyLengthSupported(int length);public override bool IsAsymmetricKeyLengthSupported (int length);override this.IsAsymmetricKeyLengthSupported : int -> boolPublic Overrides Function IsAsymmetricKeyLengthSupported (length As Integer) As Boolean参数
- length
- Int32
非对称密钥长度。
返回
如果支持指定的非对称密钥长度,则为 true;否则为 false。