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

参数

返回

如此 如果证书是自签名的。

适用于