Click or drag to resize

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.
Inheritance Hierarchy
SystemObject
  SysadminsLV.PKI.Management.ActiveDirectoryDsPkiContainer
    SysadminsLV.PKI.Management.ActiveDirectoryDsPkiCertContainer
      SysadminsLV.PKI.Management.ActiveDirectoryDsKraContainer

Namespace:  SysadminsLV.PKI.Management.ActiveDirectory
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public sealed class DsKraContainer : DsPkiCertContainer

The DsKraContainer type exposes the following members.

Properties
  NameDescription
Public propertyCertificates
Gets an array of certificates stored in the current container.
(Inherited from DsPkiCertContainer.)
Public propertyContainerType
Gets or sets container type in Active Directory.
(Inherited from DsPkiContainer.)
Public propertyDsPath
Gets an X.500 path to an Active Directory container.
(Inherited from DsPkiContainer.)
Public propertyIsModified
Indicates whether the container contents was changed.
(Inherited from DsPkiContainer.)
Top
Methods
  NameDescription
Public methodAddCertificate
Adds key recovery agent (KRA) certificate to Active Directory.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from DsPkiContainer.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemoveCertificate
Removes KRA certificate from the current KRA container.
Public methodSaveChanges
Saves changes back to Active Directory.
(Overrides DsPkiContainerSaveChanges(Boolean).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also