The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CngKey::Exists Method
.NET Framework (current version)
Checks for a named key in a specific key storage provider(KSP).
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Exists(String^) | Checks to see whether a named key exists in the default key storage provider (KSP). |
![]() ![]() | Exists(String^, CngProvider^) | Checks to see whether a named key exists in the specified key storage provider (KSP). |
![]() ![]() | Exists(String^, CngProvider^, CngKeyOpenOptions) | Checks to see whether a named key exists in the specified key storage provider (KSP), according to the specified options. |
Show:

