次の方法で共有


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

プロパティ値

キー保護レベル。

適用対象