Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​Security.​Cryptography.​CngUIPolicy
Assembly: System.Security.Cryptography
Inheritance: object → CngUIPolicy
Encapsulates optional configuration parameters for the user interface (UI) that Cryptography Next Generation (CNG) displays when you access a protected key.
Properties
public
string
CreationTitle
Gets the title that is displayed by the UI prompt.
public
string
Description
Gets the description string that is displayed by the UI prompt.
public
string
FriendlyName
Gets the friendly name that is displayed by the UI prompt.
public
CngUIProtectionLevels
ProtectionLevel
Gets the UI protection level for the key.
public
string
UseContext
Gets the description of how the key will be used.
Methods
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object