C# (CSharp) Microsoft.Azure.Build.Tasks Namespace

Classes

Name Description
DebugTask Utility task to help debug
VerifyAuthenticodeSignatureTask Authenticode Signature task Flow: FilesToCheckAuthCodeSignature: Support 1 or many files provided ProbingDirectory: When provided value to this property, we will ignore FilesToCheckAuthCodeSignature property FileFilterPattern: This is applicable when probingDirectory is specified and you want to filter selected group of files from contents of the directory (recurrsively searched) E.g. if FileFilterPattern specified = "microsoft.*.dll;system.*.dll;*.exe" We will first find all the files microsoft*.dll, then system.*.dll and finally *.exe All three set of search results will be combined and will then be verified for Authenticode Signature