Basic192SecurityAlgorithmSuite.IsSymmetricKeyLengthSupported(Int32) Method
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.
Returns true
if the specified symmetric key length is supported; otherwise, returns false
. Valid lengths range from 192 to 256.
public:
override bool IsSymmetricKeyLengthSupported(int length);
public override bool IsSymmetricKeyLengthSupported (int length);
override this.IsSymmetricKeyLengthSupported : int -> bool
Public Overrides Function IsSymmetricKeyLengthSupported (length As Integer) As Boolean
Parameters
- length
- Int32
The symmetric key length.
Returns
true
if the specified symmetric key length is supported; otherwise, false
.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET