Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFVerifySignatureLevel Enumeration

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFVerifySignatureLevel Enumeration
This enumeration specifies the possible levels used when verifying the signature of an assembly.

Namespace:  OSIsoft.AF
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public enum AFVerifySignatureLevel
Public Enumeration AFVerifySignatureLevel

Dim instance As AFVerifySignatureLevel
public enum class AFVerifySignatureLevel
type AFVerifySignatureLevel

Members

  Member nameValueDescription
None0 All validation of the signature of an assembly is disabled.
AllowUnsigned1 If the assembly has a signature, it will be validated to ensure it is valid. If the assembly does not have a signature, then it will be returned as valid.
RequireSigned2 The assembly is required to have a valid signature.
RequireSignedTrustedProvider3 The assembly is required to have a valid signature by a trusted provider.

Remarks

Version Information

AFSDK


See Also

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in