Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
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)
Dim instance As CertificateProvider
Visual Basic
<CmdletProviderAttribute("Certificate", ProviderCapabilities.ShouldProcess)> _
Public NotInheritable Class CertificateProvider
    Inherits NavigationCmdletProvider
C#
[CmdletProviderAttribute("Certificate", ProviderCapabilities.ShouldProcess)] 
public sealed class CertificateProvider : NavigationCmdletProvider
C++
[CmdletProviderAttribute(L"Certificate", ProviderCapabilities::ShouldProcess)] 
public ref class CertificateProvider sealed : public NavigationCmdletProvider
J#
/** @attribute CmdletProviderAttribute("Certificate", ProviderCapabilities.ShouldProcess) */ 
public final class CertificateProvider extends NavigationCmdletProvider
JScript
CmdletProviderAttribute("Certificate", ProviderCapabilities.ShouldProcess) 
public final class CertificateProvider extends NavigationCmdletProvider

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


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP, Windows 7, Windows 2008 R2

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Vista, Windows XP, Windows 7, Windows 2008 R2
© 2010 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker