AesEncrypter.EncryptionManager.IsValidKeyOrVector C# (CSharp) Метод

IsValidKeyOrVector() приватный Метод

private IsValidKeyOrVector ( string value ) : bool
value string
Результат bool
        bool IsValidKeyOrVector(string value)
        {
            return value != null && value.Length == 16;
        }