CertificateProvider Class
Represents the implementation of the Certificate provider that is provided by Windows PowerShell. This class is included in this SDK for completeness only. The members of this class cannot be used directly, nor should this class be used to derive other classes.
Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Security (in Microsoft.PowerShell.Security.dll)
Microsoft.PowerShell.Commands Namespace
Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Security (in Microsoft.PowerShell.Security.dll)
[OutputTypeAttribute(System.Compiler.TypeNode[], ProviderCmdlet="Get-Item")] [OutputTypeAttribute(System.Compiler.TypeNode[], ProviderCmdlet="Resolve-Path")] [OutputTypeAttribute(System.Compiler.TypeNode[], ProviderCmdlet="Push-Location")] [OutputTypeAttribute(System.Compiler.TypeNode[], ProviderCmdlet="Get-ChildItem")] [CmdletProviderAttribute("Certificate", ProviderCapabilities.ShouldProcess)] public sealed class CertificateProvider : NavigationCmdletProvider, ICmdletProviderSupportsHelp
/** @attribute OutputTypeAttribute(System.Compiler.TypeNode[], ProviderCmdlet="Get-Item") */
/** @attribute OutputTypeAttribute(System.Compiler.TypeNode[], ProviderCmdlet="Resolve-Path") */
/** @attribute OutputTypeAttribute(System.Compiler.TypeNode[], ProviderCmdlet="Push-Location") */
/** @attribute OutputTypeAttribute(System.Compiler.TypeNode[], ProviderCmdlet="Get-ChildItem") */
/** @attribute CmdletProviderAttribute("Certificate", ProviderCapabilities.ShouldProcess) */
public final class CertificateProvider extends NavigationCmdletProvider implements ICmdletProviderSupportsHelp
OutputTypeAttribute(System.Compiler.TypeNode[], ProviderCmdlet="Get-Item") OutputTypeAttribute(System.Compiler.TypeNode[], ProviderCmdlet="Resolve-Path") OutputTypeAttribute(System.Compiler.TypeNode[], ProviderCmdlet="Push-Location") OutputTypeAttribute(System.Compiler.TypeNode[], ProviderCmdlet="Get-ChildItem") CmdletProviderAttribute("Certificate", ProviderCapabilities.ShouldProcess) public final class CertificateProvider extends NavigationCmdletProvider implements ICmdletProviderSupportsHelp
Providers are used to access data and components that would not otherwise be accessible at the command line. The data accessed is presented in a consistent format that resembles a file system drive.
Cmdlets use the Certificate provider to access all the defined X509 certificates that are used for digital signatures. For Help at the command line, type:
get-help about_provider
System.Object
System.Management.Automation.Provider.CmdletProvider
System.Management.Automation.Provider.DriveCmdletProvider
System.Management.Automation.Provider.ItemCmdletProvider
System.Management.Automation.Provider.ContainerCmdletProvider
System.Management.Automation.Provider.NavigationCmdletProvider
Microsoft.PowerShell.Commands.CertificateProvider
System.Management.Automation.Provider.CmdletProvider
System.Management.Automation.Provider.DriveCmdletProvider
System.Management.Automation.Provider.ItemCmdletProvider
System.Management.Automation.Provider.ContainerCmdletProvider
System.Management.Automation.Provider.NavigationCmdletProvider
Microsoft.PowerShell.Commands.CertificateProvider
Any public static (
Shared
in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Target Platforms
Windows Developer Preview, Windows Server Developer PreviewReference
CertificateProvider MembersMicrosoft.PowerShell.Commands Namespace
Other Resources
Windows PowerShell SDKSend comments about this topic to Microsoft.