共用方式為


X509Certificate2Extensions.IsSelfSigned(X509Certificate2) 方法

定義

判斷憑證是否自我簽署。

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsSelfSigned(System::Security::Cryptography::X509Certificates::X509Certificate2 ^ certificate);
public static bool IsSelfSigned (this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);
static member IsSelfSigned : System.Security.Cryptography.X509Certificates.X509Certificate2 -> bool
<Extension()>
Public Function IsSelfSigned (certificate As X509Certificate2) As Boolean

參數

傳回

如果憑證是自我簽署,則為 True。

適用於