Click or drag to resize

DsNTAuthContainer Class

Represents NTAuth certificate store in Active Directory. This store contains CA certificates that are eligible to issue client authentication and logon certificates and perform client key archival on CA server.
Inheritance Hierarchy
SystemObject
  SysadminsLV.PKI.Management.ActiveDirectoryDsPkiContainer
    SysadminsLV.PKI.Management.ActiveDirectoryDsPkiCertContainer
      SysadminsLV.PKI.Management.ActiveDirectoryDsNTAuthContainer

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 DsNTAuthContainer : DsPkiCertContainer

The DsNTAuthContainer 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 CA certificate to NTAuth entry in 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 CA certificate from a current NTAuth 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