X509Certificate クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
X.509 v.3 証明書を使用するために役立つメソッドを提供します。
public ref class X509Certificate : IDisposable, System::Runtime::Serialization::IDeserializationCallback, System::Runtime::Serialization::ISerializable
public ref class X509Certificate : IDisposable
public ref class X509Certificate
public ref class X509Certificate : System::Runtime::Serialization::IDeserializationCallback, System::Runtime::Serialization::ISerializable
public class X509Certificate : IDisposable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
public class X509Certificate : IDisposable
[System.Serializable]
public class X509Certificate
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public class X509Certificate : System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public class X509Certificate : IDisposable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
type X509Certificate = class
interface IDisposable
interface IDeserializationCallback
interface ISerializable
type X509Certificate = class
interface IDisposable
type X509Certificate = class
interface IDisposable
interface ISerializable
interface IDeserializationCallback
[<System.Serializable>]
type X509Certificate = class
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type X509Certificate = class
interface IDeserializationCallback
interface ISerializable
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type X509Certificate = class
interface IDisposable
interface IDeserializationCallback
interface ISerializable
Public Class X509Certificate
Implements IDeserializationCallback, IDisposable, ISerializable
Public Class X509Certificate
Implements IDisposable
Public Class X509Certificate
Public Class X509Certificate
Implements IDeserializationCallback, ISerializable
- 継承
-
X509Certificate
- 派生
- 属性
- 実装
例
次の例では、ファイルから X.509 証明書を読み込み、 メソッドを ToString 呼び出して、結果をコンソールに表示します。
using namespace System;
using namespace System::Security::Cryptography::X509Certificates;
int main()
{
// The path to the certificate.
String^ Certificate = L"Certificate.cer";
// Load the certificate into an X509Certificate object.
X509Certificate^ cert = gcnew X509Certificate( Certificate );
// Get the value.
String^ resultsTrue = cert->ToString( true );
// Display the value to the console.
Console::WriteLine( resultsTrue );
// Get the value.
String^ resultsFalse = cert->ToString( false );
// Display the value to the console.
Console::WriteLine( resultsFalse );
}
using System;
using System.Security.Cryptography.X509Certificates;
public class X509
{
public static void Main()
{
// The path to the certificate.
string Certificate = "Certificate.cer";
// Load the certificate into an X509Certificate object.
X509Certificate cert = new X509Certificate(Certificate);
// Get the value.
string resultsTrue = cert.ToString(true);
// Display the value to the console.
Console.WriteLine(resultsTrue);
// Get the value.
string resultsFalse = cert.ToString(false);
// Display the value to the console.
Console.WriteLine(resultsFalse);
}
}
Imports System.Security.Cryptography.X509Certificates
Module X509
Sub Main()
' The path to the certificate.
Dim Certificate As String = "Certificate.cer"
' Load the certificate into an X509Certificate object.
Dim cert As New X509Certificate(Certificate)
' Get the value.
Dim resultsTrue As String = cert.ToString(True)
' Display the value to the console.
Console.WriteLine(resultsTrue)
' Get the value.
Dim resultsFalse As String = cert.ToString(False)
' Display the value to the console.
Console.WriteLine(resultsFalse)
End Sub
End Module
注釈
ASN.1 DER は、このクラスでサポートされている唯一の証明書形式です。
ほとんどのシナリオでは、代わりに クラスを使用する X509Certificate2 必要があります。
重要
.NET Framework 4.6 以降、この型は インターフェイスをIDisposable実装します。 型の使用が完了したら、直接的または間接的に型を破棄する必要があります。 直接的に型を破棄するには、try
/catch
ブロック内で Dispose メソッドを呼び出します。 間接的に型を破棄するには、using
(C# の場合) または Using
(Visual Basic 言語) などの言語構成要素を使用します。 詳細については、IDisposable インターフェイスに関するトピック内の「IDisposable を実装するオブジェクトの使用」セクションを参照してください。
.NET Framework 4.5.2 以前のバージョンを対象とするアプリの場合、 X509Certificate クラスは インターフェイスをIDisposable実装しないため、 メソッドがありませんDispose
。
コンストラクター
プロパティ
Handle |
アンマネージ |
Issuer |
X.509v3 証明書を発行した証明機関の名前を取得します。 |
SerialNumberBytes |
証明書のシリアル番号のビッグ エンディアン表現を取得します。 |
Subject |
証明書からサブジェクトの識別名を取得します。 |
メソッド
CreateFromCertFile(String) |
古い.
PKCS7 で署名された指定のファイルから X.509v3 証明書を作成します。 |
CreateFromSignedFile(String) |
古い.
指定した署名済みファイルから X.509v3 証明書を作成します。 |
Dispose() |
現在の X509Certificate オブジェクトによって使用されているすべてのリソースを解放します。 |
Dispose(Boolean) |
この X509Certificate によって使用されているすべてのアンマネージド リソースを解放します。さらにマネージド リソースを解放することもできます。 |
Equals(Object) |
2 つの X509Certificate オブジェクトが等しいかどうかを比較します。 |
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
Equals(X509Certificate) |
2 つの X509Certificate オブジェクトが等しいかどうかを比較します。 |
Export(X509ContentType) |
いずれかの X509Certificate 値で記述する形式で、現在の X509ContentType オブジェクトをバイト配列にエクスポートします。 |
Export(X509ContentType, SecureString) |
形式とパスワードを指定して、現在の X509Certificate オブジェクトをバイト配列にエクスポートします。 |
Export(X509ContentType, String) |
指定したパスワードを使用し、いずれかの X509Certificate 値で記述する形式で、現在の X509ContentType オブジェクトをバイト配列にエクスポートします。 |
FormatDate(DateTime) |
指定した日付と時刻を文字列に変換します。 |
GetCertHash() |
X.509v3 証明書のハッシュ値をバイト配列として返します。 |
GetCertHash(HashAlgorithmName) |
指定された暗号ハッシュ アルゴリズムを使用して計算される X.509v3 証明書のハッシュ値を返します。 |
GetCertHashString() |
X.509v3 証明書の SHA1 ハッシュ値を 16 進数文字列で返します。 |
GetCertHashString(HashAlgorithmName) |
指定された暗号ハッシュ アルゴリズムを使用して計算される X.509v3 証明書のハッシュ値を含む 16 進数文字列を返します。 |
GetEffectiveDateString() |
この X.509v3 証明書の発効日を返します。 |
GetExpirationDateString() |
この X.509v3 証明書の失効日を返します。 |
GetFormat() |
この X.509v3 証明書の形式の名前を返します。 |
GetHashCode() |
X.509v3 証明書の整数形式のハッシュ コードを返します。 |
GetIssuerName() |
古い.
古い.
古い.
X.509v3 証明書を発行した証明機関の名前を返します。 |
GetKeyAlgorithm() |
この X.509v3 証明書のキー アルゴリズム情報を文字列で返します。 |
GetKeyAlgorithmParameters() |
X.509v3 証明書のバイト配列形式のキー アルゴリズム パラメーターを返します。 |
GetKeyAlgorithmParametersString() |
X.509v3 証明書のキー アルゴリズム パラメーターを 16 進数文字列で返します。 |
GetName() |
古い.
古い.
古い.
証明書の発行先であるプリンシパルの名前を返します。 |
GetPublicKey() |
X.509v3 証明書のバイト配列形式の公開キーを返します。 |
GetPublicKeyString() |
X.509v3 証明書の 16 進数文字列形式の公開キーを返します。 |
GetRawCertData() |
X.509v3 証明書全体のバイト配列形式の生データを返します。 |
GetRawCertDataString() |
X.509v3 証明書全体の 16 進数文字列形式の生データを返します。 |
GetSerialNumber() |
X.509v3 証明書のバイト配列形式のシリアル番号をリトル エンディアン順で返します。 |
GetSerialNumberString() |
X.509v3 証明書のリトル エンディアン 16 進数文字列形式のシリアル番号を返します。 |
GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
Import(Byte[]) |
古い.
古い.
バイト配列のデータを使用して、X509Certificate オブジェクトを設定します。 |
Import(Byte[], SecureString, X509KeyStorageFlags) |
古い.
古い.
バイト配列のデータ、パスワード、およびキー格納フラグを使用して、X509Certificate オブジェクトを設定します。 |
Import(Byte[], String, X509KeyStorageFlags) |
古い.
古い.
バイト配列のデータ、パスワード、および秘密キーのインポート方法を決定するフラグを使用して、X509Certificate オブジェクトを設定します。 |
Import(String) |
古い.
古い.
証明書ファイルからの情報を使用して、X509Certificate オブジェクトを設定します。 |
Import(String, SecureString, X509KeyStorageFlags) |
古い.
古い.
証明書ファイルの情報、パスワード、およびキー格納フラグを指定して、X509Certificate オブジェクトを設定します。 |
Import(String, String, X509KeyStorageFlags) |
古い.
古い.
証明書ファイルの情報、パスワード、および X509Certificate 値を使用して、X509KeyStorageFlags オブジェクトを設定します。 |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。 (継承元 Object) |
Reset() |
X509Certificate2 オブジェクトの状態をリセットします。 |
ToString() |
現在の X509Certificate オブジェクトの文字列形式を返します。 |
ToString(Boolean) |
補足情報が指定されている場合はその情報を含めて、現在の X509Certificate オブジェクトの文字列形式を返します。 |
TryGetCertHash(HashAlgorithmName, Span<Byte>, Int32) |
指定されたハッシュ アルゴリズムを使用して、証明書のエンコードされた表現をハッシュすることによって、証明書の "サムプリント" を生成することを試みます。 |
明示的なインターフェイスの実装
IDeserializationCallback.OnDeserialization(Object) |
ISerializable インターフェイスを実装し、逆シリアル化が完了したときに逆シリアル化イベントによってコールバックされます。 |
ISerializable.GetObjectData(SerializationInfo, StreamingContext) |
シリアル化情報と、現在の X509Certificate オブジェクトのインスタンスの再作成に必要なすべてのデータを取得します。 |
適用対象
.NET