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)
162
public static bool Exists(string keyName, CngProvider provider,
CngKeyOpenOptions
options)
198
public static CngKey Open(string keyName, CngProvider provider,
CngKeyOpenOptions
openOptions)
384
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
))]