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

PI Powershell

SetPICollectiveMember.PublicCert Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
SetPICollectiveMember.PublicCert Property

Public certificate signature to set on the PI Collective Member to edit

Note that this parameter is only used for PI Data Archive Collectives version 2017 and later.

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)

Syntax

[ParameterAttribute(Position = 6, Mandatory = false, ValueFromPipeline = false, 
	HelpMessage = "Collective member public certificate")]
[ValidateNotNullAttribute]
public X509Certificate2 PublicCert { get; set; }
<ParameterAttribute(Position := 6, Mandatory := false, ValueFromPipeline := false, 
	HelpMessage := "Collective member public certificate")>
<ValidateNotNullAttribute>
Public Property PublicCert As X509Certificate2
	Get
	Set

Dim instance As SetPICollectiveMember
Dim value As X509Certificate2

value = instance.PublicCert

instance.PublicCert = value
public:
[ParameterAttribute(Position = 6, Mandatory = false, ValueFromPipeline = false, 
	HelpMessage = L"Collective member public certificate")]
[ValidateNotNullAttribute]
property X509Certificate2^ PublicCert {
	X509Certificate2^ get ();
	void set (X509Certificate2^ value);
}
[<ParameterAttribute(Position = 6, Mandatory = false, ValueFromPipeline = false, 
	HelpMessage = "Collective member public certificate")>]
[<ValidateNotNullAttribute>]
member PublicCert : X509Certificate2 with get, set

Property Value

Type: X509Certificate2

See Also

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