7[UnsupportedOSPlatform(
"browser")]
20 public override byte[]
Key
24 byte[]
key = base.Key;
64 [RequiresUnreferencedCode(
"The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead.")]
80 byte[]
array = rgbKey.FixupKeyParity();
94 for (
int i = 0; i <
count; i++)
96 if (rgbKey[start1 + i] != rgbKey[start2 + i])
static string Format(string resourceFormat, object p1)
static string Cryptography_InvalidKey_Weak
static string Cryptography_InvalidKeySize
static ? object CreateFromName(string name, params object?[]? args)
KeySizes[] LegalBlockSizesValue
KeySizes[] LegalKeySizesValue
static new? TripleDES Create(string str)
static bool IsWeakKey(byte[] rgbKey)
static readonly KeySizes[] s_legalKeySizes
static readonly KeySizes[] s_legalBlockSizes
static bool EqualBytes(byte[] rgbKey, int start1, int start2, int count)
static new TripleDES Create()