PSCertificateDetails(String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor used to construct a PSCertificateDetails object.
public:
PSCertificateDetails(System::String ^ subject, System::String ^ issuerName, System::String ^ issuerThumbprint);
public:
PSCertificateDetails(Platform::String ^ subject, Platform::String ^ issuerName, Platform::String ^ issuerThumbprint);
PSCertificateDetails(std::wstring const & subject, std::wstring const & issuerName, std::wstring const & issuerThumbprint);
public PSCertificateDetails (string subject, string issuerName, string issuerThumbprint);
new System.Management.Automation.Remoting.PSCertificateDetails : string * string * string -> System.Management.Automation.Remoting.PSCertificateDetails
Public Sub New (subject As String, issuerName As String, issuerThumbprint As String)
Parameters
- subject
- String
Subject of the certificate.
- issuerName
- String
Issuer name of the certificate.
- issuerThumbprint
- String
Issuer thumb print of the certificate.