CngUIPolicy Constructors

Definitie

Initialiseert een nieuw exemplaar van de CngUIPolicy klasse.

Overloads

Name Description
CngUIPolicy(CngUIProtectionLevels)

Initialiseert een nieuw exemplaar van de CngUIPolicy klasse met behulp van het opgegeven beveiligingsniveau.

CngUIPolicy(CngUIProtectionLevels, String)

Initialiseert een nieuw exemplaar van de CngUIPolicy klasse met behulp van het opgegeven beveiligingsniveau en de beschrijvende naam.

CngUIPolicy(CngUIProtectionLevels, String, String)

Initialiseert een nieuw exemplaar van de CngUIPolicy klasse met behulp van het opgegeven beveiligingsniveau, de beschrijvende naam en de beschrijving.

CngUIPolicy(CngUIProtectionLevels, String, String, String)

Initialiseert een nieuw exemplaar van de CngUIPolicy klasse met behulp van het opgegeven beveiligingsniveau, beschrijvende naam, beschrijvingstekenreeks en gebruik context.

CngUIPolicy(CngUIProtectionLevels, String, String, String, String)

Initialiseert een nieuw exemplaar van de CngUIPolicy klasse met behulp van het opgegeven beveiligingsniveau, beschrijvende naam, beschrijvingstekenreeks, gebruik context en titel.

CngUIPolicy(CngUIProtectionLevels)

Bron:
CngUIPolicy.cs
Bron:
CngUIPolicy.cs
Bron:
CngUIPolicy.cs
Bron:
CngUIPolicy.cs
Bron:
CngUIPolicy.cs

Initialiseert een nieuw exemplaar van de CngUIPolicy klasse met behulp van het opgegeven beveiligingsniveau.

public:
 CngUIPolicy(System::Security::Cryptography::CngUIProtectionLevels protectionLevel);
public CngUIPolicy(System.Security.Cryptography.CngUIProtectionLevels protectionLevel);
new System.Security.Cryptography.CngUIPolicy : System.Security.Cryptography.CngUIProtectionLevels -> System.Security.Cryptography.CngUIPolicy
Public Sub New (protectionLevel As CngUIProtectionLevels)

Parameters

protectionLevel
CngUIProtectionLevels

Een bitsgewijze combinatie van de opsommingswaarden die het beveiligingsniveau opgeven.

Opmerkingen

Met deze constructor stelt u het beveiligingsniveau voor de sleutel in promptscenario's voor de gebruikersinterface in.

Van toepassing op

CngUIPolicy(CngUIProtectionLevels, String)

Bron:
CngUIPolicy.cs
Bron:
CngUIPolicy.cs
Bron:
CngUIPolicy.cs
Bron:
CngUIPolicy.cs
Bron:
CngUIPolicy.cs

Initialiseert een nieuw exemplaar van de CngUIPolicy klasse met behulp van het opgegeven beveiligingsniveau en de beschrijvende naam.

public:
 CngUIPolicy(System::Security::Cryptography::CngUIProtectionLevels protectionLevel, System::String ^ friendlyName);
public CngUIPolicy(System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string? friendlyName);
public CngUIPolicy(System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string friendlyName);
new System.Security.Cryptography.CngUIPolicy : System.Security.Cryptography.CngUIProtectionLevels * string -> System.Security.Cryptography.CngUIPolicy
Public Sub New (protectionLevel As CngUIProtectionLevels, friendlyName As String)

Parameters

protectionLevel
CngUIProtectionLevels

Een bitsgewijze combinatie van de opsommingswaarden die het beveiligingsniveau opgeven.

friendlyName
String

Een beschrijvende naam voor de sleutel die moet worden gebruikt in de gebruikersinterfaceprompt. Geef een null-tekenreeks op om de standaardnaam te gebruiken.

Van toepassing op

CngUIPolicy(CngUIProtectionLevels, String, String)

Bron:
CngUIPolicy.cs
Bron:
CngUIPolicy.cs
Bron:
CngUIPolicy.cs
Bron:
CngUIPolicy.cs
Bron:
CngUIPolicy.cs

Initialiseert een nieuw exemplaar van de CngUIPolicy klasse met behulp van het opgegeven beveiligingsniveau, de beschrijvende naam en de beschrijving.

public:
 CngUIPolicy(System::Security::Cryptography::CngUIProtectionLevels protectionLevel, System::String ^ friendlyName, System::String ^ description);
public CngUIPolicy(System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string? friendlyName, string? description);
public CngUIPolicy(System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string friendlyName, string description);
new System.Security.Cryptography.CngUIPolicy : System.Security.Cryptography.CngUIProtectionLevels * string * string -> System.Security.Cryptography.CngUIPolicy
Public Sub New (protectionLevel As CngUIProtectionLevels, friendlyName As String, description As String)

Parameters

protectionLevel
CngUIProtectionLevels

Een bitsgewijze combinatie van de opsommingswaarden die het beveiligingsniveau opgeven.

friendlyName
String

Een beschrijvende naam voor de sleutel die moet worden gebruikt in de gebruikersinterfaceprompt. Geef een null-tekenreeks op om de standaardnaam te gebruiken.

description
String

De volledige tekstbeschrijving van de sleutel. Geef een null-tekenreeks op om de standaardbeschrijving te gebruiken.

Van toepassing op

CngUIPolicy(CngUIProtectionLevels, String, String, String)

Bron:
CngUIPolicy.cs
Bron:
CngUIPolicy.cs
Bron:
CngUIPolicy.cs
Bron:
CngUIPolicy.cs
Bron:
CngUIPolicy.cs

Initialiseert een nieuw exemplaar van de CngUIPolicy klasse met behulp van het opgegeven beveiligingsniveau, beschrijvende naam, beschrijvingstekenreeks en gebruik context.

public:
 CngUIPolicy(System::Security::Cryptography::CngUIProtectionLevels protectionLevel, System::String ^ friendlyName, System::String ^ description, System::String ^ useContext);
public CngUIPolicy(System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string? friendlyName, string? description, string? useContext);
public CngUIPolicy(System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext);
new System.Security.Cryptography.CngUIPolicy : System.Security.Cryptography.CngUIProtectionLevels * string * string * string -> System.Security.Cryptography.CngUIPolicy
Public Sub New (protectionLevel As CngUIProtectionLevels, friendlyName As String, description As String, useContext As String)

Parameters

protectionLevel
CngUIProtectionLevels

Een bitsgewijze combinatie van de opsommingswaarden die het beveiligingsniveau opgeven.

friendlyName
String

Een beschrijvende naam voor de sleutel die moet worden gebruikt in de gebruikersinterfaceprompt. Geef een null-tekenreeks op om de standaardnaam te gebruiken.

description
String

De volledige tekstbeschrijving van de sleutel. Geef een null-tekenreeks op om de standaardbeschrijving te gebruiken.

useContext
String

Een beschrijving van hoe de sleutel wordt gebruikt. Geef een null-tekenreeks op om de standaardbeschrijving te gebruiken.

Van toepassing op

CngUIPolicy(CngUIProtectionLevels, String, String, String, String)

Bron:
CngUIPolicy.cs
Bron:
CngUIPolicy.cs
Bron:
CngUIPolicy.cs
Bron:
CngUIPolicy.cs
Bron:
CngUIPolicy.cs

Initialiseert een nieuw exemplaar van de CngUIPolicy klasse met behulp van het opgegeven beveiligingsniveau, beschrijvende naam, beschrijvingstekenreeks, gebruik context en titel.

public:
 CngUIPolicy(System::Security::Cryptography::CngUIProtectionLevels protectionLevel, System::String ^ friendlyName, System::String ^ description, System::String ^ useContext, System::String ^ creationTitle);
public CngUIPolicy(System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string? friendlyName, string? description, string? useContext, string? creationTitle);
public CngUIPolicy(System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext, string creationTitle);
new System.Security.Cryptography.CngUIPolicy : System.Security.Cryptography.CngUIProtectionLevels * string * string * string * string -> System.Security.Cryptography.CngUIPolicy
Public Sub New (protectionLevel As CngUIProtectionLevels, friendlyName As String, description As String, useContext As String, creationTitle As String)

Parameters

protectionLevel
CngUIProtectionLevels

Een bitsgewijze combinatie van de opsommingswaarden die het beveiligingsniveau opgeven.

friendlyName
String

Een beschrijvende naam voor de sleutel die moet worden gebruikt in de gebruikersinterfaceprompt. Geef een null-tekenreeks op om de standaardnaam te gebruiken.

description
String

De volledige tekstbeschrijving van de sleutel. Geef een null-tekenreeks op om de standaardbeschrijving te gebruiken.

useContext
String

Een beschrijving van hoe de sleutel wordt gebruikt. Geef een null-tekenreeks op om de standaardbeschrijving te gebruiken.

creationTitle
String

De titel voor het dialoogvenster waarin de gebruikersinterfaceprompt wordt weergegeven. Geef een null-tekenreeks op om de standaardtitel te gebruiken.

Van toepassing op