API Reference
Class
EfsCertificateInfo
Describes an Encrypting File System (EFS) certificate discovered in GPO policy.
Inheritance
- Object
- EfsCertificateInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property CertificatesView.EfsCertificates
- Method EfsCertificateReader.FromPol
- Property GpoDetails.EfsCertificates
- Property GpoDetailsView.EfsCertificates
- Method GpResultSectionAggregator.AggregateEfs
- Property GpResultSingleReport.EfsCertificates
Constructors
public EfsCertificateInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Guid GpoId { get; set; } #Identifier of the GPO where the certificate was defined.
public String DomainName { get; set; } #Domain DNS name that owns the GPO.
public String Thumbprint { get; set; } #Certificate thumbprint (as taken from the policy path).
public String IssuedTo { get; set; } #Subject common name or friendly name.
public String IssuedBy { get; set; } #Issuer common name or friendly name.
public Nullable<DateTime> NotAfter { get; set; } #Certificate expiration time (NotAfter).
public String IntendedPurposes { get; set; } #Comma-separated intended purposes (EKUs) resolved from the certificate.