DsPkiCertContainerDsList Property
Gets internal list of all certificates in the current container grouped by DS object name.
Namespace: SysadminsLV.PKI.Management.ActiveDirectoryAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
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
IDictionaryString,
ListDsCertificateEntry