CngKeyCreationParameters.UIPolicy Eigenschaft

Definition

Ruft Informationen zur Benutzeroberfläche ab, die beim Erstellen oder beim Zugriff auf einen Schlüssel angezeigt wird, oder legt diese Informationen fest.

public:
 property System::Security::Cryptography::CngUIPolicy ^ UIPolicy { System::Security::Cryptography::CngUIPolicy ^ get(); void set(System::Security::Cryptography::CngUIPolicy ^ value); };
public System.Security.Cryptography.CngUIPolicy UIPolicy { get; set; }
public System.Security.Cryptography.CngUIPolicy? UIPolicy { get; set; }
member this.UIPolicy : System.Security.Cryptography.CngUIPolicy with get, set
Public Property UIPolicy As CngUIPolicy

Eigenschaftswert

Ein Objekt, das auführliche Informationen zur Benutzeroberfläche enthält, die von CNG (Cryptography Next Generation)-Klassen beim Erstellen oder bei einem Zugriff auf einen Schlüssel angezeigt wird. Ein null-Wert gibt an, dass die Standard-Benutzeroberflächenrichtlinie des Schlüsselspeicheranbieters verwendet wird.

Gilt für: