DSACng.LegalKeySizes 屬性
定義
取得 DSA 演算法支援的金鑰大小 (以位元為單位)。Gets the key sizes, in bits, that are supported by the DSA algorithm.
public:
virtual property cli::array <System::Security::Cryptography::KeySizes ^> ^ LegalKeySizes { cli::array <System::Security::Cryptography::KeySizes ^> ^ get(); };
public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get; }
member this.LegalKeySizes : System.Security.Cryptography.KeySizes[]
Public Overrides ReadOnly Property LegalKeySizes As KeySizes()
屬性值
- KeySizes[]
陣列,含有演算法所支援的金鑰大小。An array that contains the key sizes supported by the algorithm.