API Reference
Class
EfsCertificateInfo
Describes an Encrypting File System (EFS) certificate discovered in GPO policy.
Inheritance
- Object
- EfsCertificateInfo
Constructors
public EfsCertificateInfo() #Inherited Methods
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.