Sdílet prostřednictvím


CngKeyCreationParameters.ExportPolicy Vlastnost

Definice

Získá nebo nastaví zásadu exportu klíče.

public:
 property Nullable<System::Security::Cryptography::CngExportPolicies> ExportPolicy { Nullable<System::Security::Cryptography::CngExportPolicies> get(); void set(Nullable<System::Security::Cryptography::CngExportPolicies> value); };
public System.Security.Cryptography.CngExportPolicies? ExportPolicy { get; set; }
member this.ExportPolicy : Nullable<System.Security.Cryptography.CngExportPolicies> with get, set
Public Property ExportPolicy As Nullable(Of CngExportPolicies)

Hodnota vlastnosti

Objekt, který určuje zásadu exportu klíče. Výchozí hodnota je null, což označuje, že je nastavená výchozí zásada exportu poskytovatele úložiště klíčů.

Poznámky

Informace o zásadách exportu klíčů najdete v CngExportPolicies třídě .

Platí pro