Udostępnij za pośrednictwem


Basic128SecurityAlgorithmSuite.IsAsymmetricKeyLengthSupported(Int32) Metoda

Definicja

Zwraca wartość true , jeśli określona długość klucza asymetrycznego jest obsługiwana; w przeciwnym razie zwraca wartość false. Prawidłowe długości wahają się od 1024 do 4096.

public:
 override bool IsAsymmetricKeyLengthSupported(int length);
public override bool IsAsymmetricKeyLengthSupported (int length);
override this.IsAsymmetricKeyLengthSupported : int -> bool
Public Overrides Function IsAsymmetricKeyLengthSupported (length As Integer) As Boolean

Parametry

length
Int32

Długość klucza asymetrycznego.

Zwraca

true jeśli określona długość klucza asymetrycznego jest obsługiwana; w przeciwnym razie , false.

Dotyczy