次の方法で共有


InstallOptions 列挙型

定義

証明書のインストール オプションを指定します。 この列挙型は、 InstallCertificateAsync メソッドと ImportPfxDataAsync メソッドで使用されます。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

public enum class InstallOptions
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class InstallOptions
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum InstallOptions
var value = Windows.Security.Cryptography.Certificates.InstallOptions.none
Public Enum InstallOptions
継承
InstallOptions
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

DeleteExpired 1

期限切れの証明書を削除します。

None 0

オプションは指定されていません。

適用対象

こちらもご覧ください