XpsDigitalSignature.VerifyCertificate メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
X.509 証明書を確認します。
オーバーロード
VerifyCertificate() |
パッケージに埋め込まれている X.509 証明書を検証します。 |
VerifyCertificate(X509Certificate) |
指定された X.509 証明書を確認します。 |
VerifyCertificate()
パッケージに埋め込まれている X.509 証明書を検証します。
public:
System::Security::Cryptography::X509Certificates::X509ChainStatusFlags VerifyCertificate();
[System.Security.SecurityCritical]
public System.Security.Cryptography.X509Certificates.X509ChainStatusFlags VerifyCertificate ();
public System.Security.Cryptography.X509Certificates.X509ChainStatusFlags VerifyCertificate ();
[<System.Security.SecurityCritical>]
member this.VerifyCertificate : unit -> System.Security.Cryptography.X509Certificates.X509ChainStatusFlags
member this.VerifyCertificate : unit -> System.Security.Cryptography.X509Certificates.X509ChainStatusFlags
Public Function VerifyCertificate () As X509ChainStatusFlags
戻り値
検証試行の結果を示す列挙値のビットごとの組み合わせ。
- 属性
注釈
アプリケーションでは、証明書を検証するために重要なフラグを決定する必要があります。
一部の証明書の検証では、インターネット接続が必要な場合があります。
署名者の X.509 証明書は、 パラメーターを にtrue
設定して 呼び出embedCertificate
されると、 メソッドによってSignDigitally埋め込まれます。
こちらもご覧ください
適用対象
VerifyCertificate(X509Certificate)
指定された X.509 証明書を確認します。
public:
static System::Security::Cryptography::X509Certificates::X509ChainStatusFlags VerifyCertificate(System::Security::Cryptography::X509Certificates::X509Certificate ^ certificate);
[System.Security.SecurityCritical]
public static System.Security.Cryptography.X509Certificates.X509ChainStatusFlags VerifyCertificate (System.Security.Cryptography.X509Certificates.X509Certificate certificate);
public static System.Security.Cryptography.X509Certificates.X509ChainStatusFlags VerifyCertificate (System.Security.Cryptography.X509Certificates.X509Certificate certificate);
[<System.Security.SecurityCritical>]
static member VerifyCertificate : System.Security.Cryptography.X509Certificates.X509Certificate -> System.Security.Cryptography.X509Certificates.X509ChainStatusFlags
static member VerifyCertificate : System.Security.Cryptography.X509Certificates.X509Certificate -> System.Security.Cryptography.X509Certificates.X509ChainStatusFlags
Public Shared Function VerifyCertificate (certificate As X509Certificate) As X509ChainStatusFlags
パラメーター
- certificate
- X509Certificate
信頼性の証明書。
戻り値
検証試行の結果を示す列挙値のビットごとの組み合わせ。
- 属性
注釈
アプリケーションでは、証明書を検証するために重要なフラグを決定する必要があります。
一部の証明書の検証では、インターネット接続が必要な場合があります。
こちらもご覧ください
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET