6 references to CngKeyOpenOptions
System.Core (1)
System.Core.cs (1)
208[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngKeyOpenOptions))]
System.Security.Cryptography (4)
System\Security\Cryptography\Cng.NotSupported.cs (4)
91public AesCng(string keyName, CngProvider provider, CngKeyOpenOptions openOptions) 162public static bool Exists(string keyName, CngProvider provider, CngKeyOpenOptions options) 198public static CngKey Open(string keyName, CngProvider provider, CngKeyOpenOptions openOptions) 384public TripleDESCng(string keyName, CngProvider provider, CngKeyOpenOptions openOptions)
System.Security.Cryptography.Cng (1)
System.Security.Cryptography.Cng.cs (1)
17[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngKeyOpenOptions))]