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

PI Powershell

GetTrustedProviders Class

  • Last UpdatedDec 15, 2025
  • 2 minute read
GetTrustedProviders Class

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

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

  NameDescription
Public method
GetTrustedProviders

Properties

  NameDescription
Public property
AFServer

Instance of the AFServer

Examples

$afServer | Get-AFTrustedProviders

Where:

$afServer = Get-AFServer -Name "AFServerMachineName"

Returns the list of trusted providers in the PISystem.

See Also

TitleResults for “How to create a CRG?”Also Available in