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.

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 DsNTAuthContainer : DsPkiCertContainer
Inheritance
Object    DsPkiContainer    DsPkiCertContainer    DsNTAuthContainer

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 CA certificate to NTAuth entry in Active Directory.
Dispose
(Inherited from DsPkiContainer)
Equals
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
RemoveCertificate Removes CA certificate from a current NTAuth container.
SaveChanges Saves changes back to Active Directory.
(Overrides DsPkiContainerSaveChanges(Boolean))
ToString
(Inherited from Object)

See Also