DsKraContainer Class

Represents key recovery agent (KRA) store in Active Directory. This container is used by Microsoft CA server to locate key recovery agent certificates when implementing key archival functionality.

Definition

Namespace: SysadminsLV.PKI.Management.ActiveDirectory
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public sealed class DsKraContainer : DsPkiCertContainer
Inheritance
Object    DsPkiContainer    DsPkiCertContainer    DsKraContainer

Properties

Certificates Gets an array of certificates stored in the current container.
(Inherited from DsPkiCertContainer)
ContainerType Gets or sets container type in Active Directory.
(Inherited from DsPkiContainer)
DsPath Gets an X.500 path to an Active Directory container.
(Inherited from DsPkiContainer)
IsModified Indicates whether the container contents was changed.
(Inherited from DsPkiContainer)

Methods

AddCertificate Adds key recovery agent (KRA) certificate to Active Directory.
Dispose
(Inherited from DsPkiContainer)
Equals
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
RemoveCertificate Removes KRA certificate from the current KRA container.
SaveChanges Saves changes back to Active Directory.
(Overrides DsPkiContainerSaveChanges(Boolean))
ToString
(Inherited from Object)

See Also