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)
91
public AesCng(string keyName, CngProvider provider,
CngKeyOpenOptions
openOptions)
156
public static bool Exists(string keyName, CngProvider provider,
CngKeyOpenOptions
options)
192
public static CngKey Open(string keyName, CngProvider provider,
CngKeyOpenOptions
openOptions)
378
public 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
))]