Microsoft.PowerShell.Security.Activities Namespace
Updated: April 27, 2016
Applies To: Windows PowerShell
The Microsoft.PowerShell.Security.Activities namespace contains classes that encapsulate workflow activities for Windows PowerShell security cmdlets.
| Class | Description | |
|---|---|---|
![]() | ConvertFromSecureString | Activity to invoke the Microsoft.PowerShell.Security\ConvertFrom-SecureString command in a Workflow. Introduced in Windows PowerShell 3.0. |
![]() | ConvertToSecureString | Activity to invoke the Microsoft.PowerShell.Security\ConvertTo-SecureString command in a Workflow. Introduced in Windows PowerShell 3.0. |
![]() | GetAcl | Activity to invoke the Microsoft.PowerShell.Security\Get-Acl command in a Workflow. Introduced in Windows PowerShell 3.0. |
![]() | GetAuthenticodeSignature | Activity to invoke the Microsoft.PowerShell.Security\Get-AuthenticodeSignature command in a Workflow. Introduced in Windows PowerShell 3.0. |
![]() | GetCmsMessage | Invokes the Microsoft.PowerShell.Security\Get-CmsMessage command in a Workflow. This element is introduced in Windows PowerShell 5.0. |
![]() | GetExecutionPolicy | Activity to invoke the Microsoft.PowerShell.Security\Get-ExecutionPolicy command in a Workflow. Introduced in Windows PowerShell 3.0. |
![]() | GetPfxCertificate | Activity to invoke the Microsoft.PowerShell.Security\Get-PfxCertificate command in a Workflow. Introduced in Windows PowerShell 3.0. |
![]() | ProtectCmsMessage | Invokes the Microsoft.PowerShell.Security\Protect-CmsMessage command in a Workflow. This element is introduced in Windows PowerShell 5.0. |
![]() | SetAcl | Activity to invoke the Microsoft.PowerShell.Security\Set-Acl command in a Workflow. Introduced in Windows PowerShell 3.0. |
![]() | SetAuthenticodeSignature | Activity to invoke the Microsoft.PowerShell.Security\Set-AuthenticodeSignature command in a Workflow. Introduced in Windows PowerShell 3.0. |
![]() | SetExecutionPolicy | Activity to invoke the Microsoft.PowerShell.Security\Set-ExecutionPolicy command in a Workflow. Introduced in Windows PowerShell 3.0. |
![]() | UnprotectCmsMessage | Invokes the Microsoft.PowerShell.Security\Unprotect-CmsMessage command in a Workflow. This element is introduced in Windows PowerShell 5.0. |
