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.​CngKeyCreationParameters
Assembly: System.Security.Cryptography
Inheritance: object → CngKeyCreationParameters
Contains advanced properties for key creation.
Properties
public
Nullable`1
ExportPolicy
Gets or sets the key export policy.
public
CngKeyCreationOptions
KeyCreationOptions
Gets or sets the key creation options.
public
Nullable`1
KeyUsage
Gets or sets the cryptographic operations that apply to the current key.
public
CngPropertyCollection
Parameters
Enables a <see cref="T:System.Security.Cryptography.CngKey" /> object to be created with additional properties that are set before the key is finalized.
public
nint
ParentWindowHandle
Gets or sets the window handle that should be used as the parent window for dialog boxes that are created by Cryptography Next Generation (CNG) classes.
public
CngProvider
Provider
Gets or sets the key storage provider (KSP) to create a key in.
public
CngUIPolicy
UIPolicy
Gets or sets information about the user interface to display when a key is created or accessed.
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