GetTrustedProviders Class
- Last UpdatedDec 15, 2025
- 2 minute read
Returns the list of trusted providers in the PISystem.
This method is used to return the the list of trusted providers in the PISystem. This list is used when validating the AFPlugin being loaded from the server when the plugin verify level is AFVerifySignatureLevel.RequireSignedTrustedProvider.
Inheritance Hierarchy
SystemObject
InternalCommand
Cmdlet
PSCmdlet
OSIsoft.PowerShellOSICmdletBase
OSIsoft.PowerShellGetTrustedProviders
InternalCommand
Cmdlet
PSCmdlet
OSIsoft.PowerShellOSICmdletBase
OSIsoft.PowerShellGetTrustedProviders
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
[CmdletAttribute("Get", "AFTrustedProviders", SupportsShouldProcess = true)] public class GetTrustedProviders : OSICmdletBase
<CmdletAttribute("Get", "AFTrustedProviders", SupportsShouldProcess := true)> Public Class GetTrustedProviders Inherits OSICmdletBase Dim instance As GetTrustedProviders
[CmdletAttribute(L"Get", L"AFTrustedProviders", SupportsShouldProcess = true)] public ref class GetTrustedProviders : public OSICmdletBase
[<CmdletAttribute("Get", "AFTrustedProviders", SupportsShouldProcess = true)>] type GetTrustedProviders = class inherit OSICmdletBase end
The GetTrustedProviders type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GetTrustedProviders |
Properties
| Name | Description | |
|---|---|---|
| AFServer | Instance of the AFServer |
Examples
$afServer | Get-AFTrustedProviders
Where:
$afServer = Get-AFServer -Name "AFServerMachineName"
Returns the list of trusted providers in the PISystem.