Basic256SecurityAlgorithmSuite.IsSymmetricKeyLengthSupported(Int32) Method

Definition

Returns true if the specified symmetric key length is supported; otherwise, returns false. The only valid length is 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