PfxImportParameters.KeyProtectionLevel 속성

정의

키 보호 수준을 가져오거나 설정합니다.

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

속성 값

키 보호 수준입니다.

적용 대상