public static bool FileHasValidDigitalSignature(
string filePath
)
Public Shared Function FileHasValidDigitalSignature (
filePath As String
) As Boolean
Dim filePath As String
Dim returnValue As Boolean
returnValue = UtilCertification.FileHasValidDigitalSignature(filePath)
public:
static bool FileHasValidDigitalSignature(
String^ filePath
)
static member FileHasValidDigitalSignature :
filePath : string -> 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.FileHasValidDigitalSignature(System.String)"]
No code example is currently available or this language may not be supported.
Dim fileHasValidSignature As Boolean = FileHasValidDigitalSignature("C:\Program.exe")
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.