5 references to UseKey
System.Security.Cryptography (5)
System\Security\Cryptography\AesImplementation.cs (3)
41
get => GetKey().
UseKey
("", static (_, key) => key.ToArray());
62
return GetKey().
UseKey
(
74
return GetKey().
UseKey
(
System\Security\Cryptography\AesImplementation.Windows.cs (2)
53
ILiteSymmetricCipher cipher = GetKey().
UseKey
(
76
ILiteSymmetricCipher cipher = GetKey().
UseKey
(