UtilCertificationFileHasDigitalSignature Method
Verify that a file is digitally signed.
Namespace: DevCase.Core.Security.Cryptography.CertificationAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool FileHasDigitalSignature(
string filePath
)
Public Shared Function FileHasDigitalSignature (
filePath As String
) As Boolean
Dim filePath As String
Dim returnValue As Boolean
returnValue = UtilCertification.FileHasDigitalSignature(filePath)
public:
static bool FileHasDigitalSignature(
String^ filePath
)
static member FileHasDigitalSignature :
filePath : string -> bool
No code example is currently available or this language may not be supported.
- filePath String
-
Path to the file to verify.
Boolean if the file is signed; otherwise,
.
This is a code example.
No code example is currently available or this language may not be supported.
Dim fileHasSignature As Boolean = FileHasDigitalSignature("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.