PSCertificateDetails Class 
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.
Represents the certificate of a user.
public ref class PSCertificateDetails sealed
	public sealed class PSCertificateDetails
	type PSCertificateDetails = class
	Public NotInheritable Class PSCertificateDetails
		- Inheritance
 - 
				PSCertificateDetails
 
Constructors
| PSCertificateDetails(String, String, String) | 
		 Constructor used to construct a PSCertificateDetails object.  | 
        	
Properties
| IssuerName | 
		 Gets the issuer name of the certificate.  | 
        	
| IssuerThumbprint | 
		 Gets the issuer thumb print.  | 
        	
| Subject | 
		 Gets Subject of the certificate.  |