SymmetricAlgorithm.LegalBlockSizesValue 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定对称算法支持的块大小(以位为单位)。
protected: cli::array <System::Security::Cryptography::KeySizes ^> ^ LegalBlockSizesValue;
protected System.Security.Cryptography.KeySizes[] LegalBlockSizesValue;
val mutable LegalBlockSizesValue : System.Security.Cryptography.KeySizes[]
Protected LegalBlockSizesValue As KeySizes()
字段值
KeySizes[]
注解
对称算法仅支持与此数组中的条目匹配的块大小。
此字段通过 LegalBlockSizes 属性进行访问。