DsPkiCertContainerDsList Property |
Gets internal list of all certificates in the current container grouped by DS object name.
Namespace:
SysadminsLV.PKI.Management.ActiveDirectory
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax protected IDictionary<string, List<DsCertificateEntry>> DsList { get; }
Protected ReadOnly Property DsList As IDictionary(Of String, List(Of DsCertificateEntry))
Get
protected:
property IDictionary<String^, List<DsCertificateEntry^>^>^ DsList {
IDictionary<String^, List<DsCertificateEntry^>^>^ get ();
}
member DsList : IDictionary<string, List<DsCertificateEntry>> with get
Property Value
Type:
IDictionaryString,
ListDsCertificateEntrySee Also