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

PI Powershell

EnableAFSecurityIdentity.AFSecurityIdentity Property

EnableAFSecurityIdentity.AFSecurityIdentity Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
EnableAFSecurityIdentity.AFSecurityIdentity Property

AF Security Identity to enable

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)

Syntax

[ParameterAttribute(Position = 0, Mandatory = true, ValueFromPipeline = true, 
	HelpMessage = "AF Security identity")]
[ValidateNotNullOrEmptyAttribute]
public AFSecurityIdentity AFSecurityIdentity { get; set; }
<ParameterAttribute(Position := 0, Mandatory := true, ValueFromPipeline := true, 
	HelpMessage := "AF Security identity")>
<ValidateNotNullOrEmptyAttribute>
Public Property AFSecurityIdentity As AFSecurityIdentity
	Get
	Set

Dim instance As EnableAFSecurityIdentity
Dim value As AFSecurityIdentity

value = instance.AFSecurityIdentity

instance.AFSecurityIdentity = value
public:
[ParameterAttribute(Position = 0, Mandatory = true, ValueFromPipeline = true, 
	HelpMessage = L"AF Security identity")]
[ValidateNotNullOrEmptyAttribute]
property AFSecurityIdentity^ AFSecurityIdentity {
	AFSecurityIdentity^ get ();
	void set (AFSecurityIdentity^ value);
}
[<ParameterAttribute(Position = 0, Mandatory = true, ValueFromPipeline = true, 
	HelpMessage = "AF Security identity")>]
[<ValidateNotNullOrEmptyAttribute>]
member AFSecurityIdentity : AFSecurityIdentity with get, set

Property Value

Type: AFSecurityIdentity

See Also

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