public static bool IsDigitalSignatureValid(
X509Certificate2 cert
)
Public Shared Function IsDigitalSignatureValid (
cert As X509Certificate2
) As Boolean
Dim cert As X509Certificate2
Dim returnValue As Boolean
returnValue = UtilCertification.IsDigitalSignatureValid(cert)
public:
static bool IsDigitalSignatureValid(
X509Certificate2^ cert
)
static member IsDigitalSignatureValid :
cert : X509Certificate2 -> bool
No code example is currently available or this language may not be supported.
[Missing <returns> documentation for "M:DevCase.Core.Security.Cryptography.Certification.UtilCertification.IsDigitalSignatureValid(System.Security.Cryptography.X509Certificates.X509Certificate2)"]
No code example is currently available or this language may not be supported.
Dim cert As X509Certificate2 = GetFileDigitalSignature("C:\Program.exe")
Dim isCertValid As Boolean = IsDigitalSignatureValid(cert)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.