다음을 통해 공유


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입니다.

적용 대상