DsPkiCertContainerGetUpdateList Method |
Creates a list of entries within a container that should be updated upon write back to Active Directory.
Namespace:
SysadminsLV.PKI.Management.ActiveDirectory
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax protected IEnumerable<string> GetUpdateList()
Protected Function GetUpdateList As IEnumerable(Of String)
protected:
IEnumerable<String^>^ GetUpdateList()
member GetUpdateList : unit -> IEnumerable<string>
Return Value
Type:
IEnumerableString
A collection of entry names that should be updated.
See Also