Partager via


PfxImportParameters.KeyProtectionLevel Propriété

Définition

Obtient ou définit le niveau de protection de la clé.

public:
 property KeyProtectionLevel KeyProtectionLevel { KeyProtectionLevel get(); void set(KeyProtectionLevel value); };
KeyProtectionLevel KeyProtectionLevel();

void KeyProtectionLevel(KeyProtectionLevel value);
public KeyProtectionLevel KeyProtectionLevel { get; set; }
var keyProtectionLevel = pfxImportParameters.keyProtectionLevel;
pfxImportParameters.keyProtectionLevel = keyProtectionLevel;
Public Property KeyProtectionLevel As KeyProtectionLevel

Valeur de propriété

Niveau de protection de clé.

S’applique à