SharedSecretCreationParameters Struct

Contains parameters for the creation of a SharedSecret instance.

public ref struct SharedSecretCreationParameters

Summary

Constructors

SharedSecretCreationParameters()

Initializes a new instance of SharedSecretCreationParameters with default values.

public SharedSecretCreationParameters()

Fields

ExportPolicy

Gets or sets the export policy for the shared secret.

public KeyExportPolicies ExportPolicy;

Field Value

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

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