KeyCreationParameters Struct

Contains parameters for the creation of a Key instance.

public ref struct KeyCreationParameters

Summary

Constructors

KeyCreationParameters()

Initializes a new instance of KeyCreationParameters with default values.

public KeyCreationParameters()

Fields

ExportPolicy

Gets or sets the export policy for the key.

public KeyExportPolicies ExportPolicy;

Field Value

A bitwise combination of KeyExportPolicies values that specifies the export policy for the key.

The default value is KeyExportPolicies.None.

Thread Safety

Any public static members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also