Compartir a través de


PfxImportParameters.KeyProtectionLevel Propiedad

Definición

Obtiene o establece el nivel de protección de claves.

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

Valor de propiedad

Nivel de protección de clave.

Se aplica a