AFAdmin.GetPlugInVerifyLevel Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Gets the current level of verification required for an AFPlugIn to be loaded from the server.
Namespace: OSIsoft.AF.Diagnostics
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public static AFVerifySignatureLevel GetPlugInVerifyLevel( PISystem system )
Public Shared Function GetPlugInVerifyLevel ( system As PISystem ) As AFVerifySignatureLevel Dim system As PISystem Dim returnValue As AFVerifySignatureLevel returnValue = AFAdmin.GetPlugInVerifyLevel(system)
public: static AFVerifySignatureLevel GetPlugInVerifyLevel( PISystem^ system )
static member GetPlugInVerifyLevel : system : PISystem -> AFVerifySignatureLevel
Parameters
- system
- Type: OSIsoft.AFPISystem
The setting will be read from the specified PISystem or use RequireSigned if no PISystem is specified.
Return Value
Type: AFVerifySignatureLevelReturns the current AFVerifySignatureLevel setting from the server.
Remarks
This method is get the current level of verification required for an AFPlugIn to be loaded from the server.
| This method does not require the Admin right to execute. |