System::Security::Cryptography::X509Certificates::X509Certificate2::GetNameInfo メソッド

X509Certificate2::GetNameInfo method

証明書からサブジェクトまたは発行者名を取得します。

String System::Security::Cryptography::X509Certificates::X509Certificate2::GetNameInfo(X509NameType name_type, bool for_issuer) const
パラメーター説明
name_typeX509NameType名前の書式設定オプション。
for_issuerbooltrue の場合は発行者名を返し、false の場合はサブジェクト名を返します。

ReturnValue

書式化された発行者またはサブジェクト名。

参照