Class GroupPolicyPublicKeyPoliciesCertificate
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory Group Policy public key policies certificate.
public class GroupPolicyPublicKeyPoliciesCertificate : GlobalSerializableClassicBase
- Inheritance
-
GroupPolicyPublicKeyPoliciesCertificate
Constructors
GroupPolicyPublicKeyPoliciesCertificate()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyPublicKeyPoliciesCertificate class.
public GroupPolicyPublicKeyPoliciesCertificate()
Properties
CertificateObject
Gets or sets the certificate object.
public SslCertificate CertificateObject { get; set; }
Property Value
CollectionIndex
Gets or sets the collection index.
[Browsable(false)]
public string CollectionIndex { get; }
Property Value
Identifier
Gets or sets the unique identifier of the certificate.
public Guid Identifier { get; set; }
Property Value
IssuedTo
Gets or sets the issued to field of the certificate.
public string IssuedTo { get; set; }
Property Value
Thumbprint
Gets or sets the thumbprint of the certificate.
public string Thumbprint { get; set; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.GroupPolicyPublicKeyPoliciesCertificate object.
public GroupPolicyPublicKeyPoliciesCertificate Clone()
Returns
- GroupPolicyPublicKeyPoliciesCertificate
A clone of this CENTREL.XIA.Configuration.Types.GroupPolicyPublicKeyPoliciesCertificate object.
ToString()
Returns the issued to value of the certificate.
public override string ToString()
Returns
- string
The issued to value of the certificate.