DsPkiContainerGetAdPkiContainer Method |
Gets a specified Active Directory PKI container.
Namespace:
SysadminsLV.PKI.Management.ActiveDirectory
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public static DsPkiContainer GetAdPkiContainer(
DsContainerType containerType
)
Public Shared Function GetAdPkiContainer (
containerType As DsContainerType
) As DsPkiContainer
public:
static DsPkiContainer^ GetAdPkiContainer(
DsContainerType containerType
)
static member GetAdPkiContainer :
containerType : DsContainerType -> DsPkiContainer
Parameters
- containerType
- Type: SysadminsLV.PKI.Management.ActiveDirectoryDsContainerType
AD PKI container to query.
Return Value
Type:
DsPkiContainer
AD PKI container.
See Also