Share via


ISecurityManagement.ApproveCredentialForDistribution Generic Method

Approves credentials for the distribution of a list of health services. If the health service is already approved, it will not be changed.

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As ISecurityManagement
Dim securedData As ISecuredData
Dim healthServiceList As IList(Of T)

instance.ApproveCredentialForDistribution(securedData, healthServiceList)

Syntax

'Declaration
Sub ApproveCredentialForDistribution(Of T As EnterpriseManagementObject) ( _
    securedData As ISecuredData, _
    healthServiceList As IList(Of T) _
)
void ApproveCredentialForDistribution<T> (
    ISecuredData securedData,
    IList<T> healthServiceList
) where T : EnterpriseManagementObject
generic<typename T> where T : EnterpriseManagementObject
void ApproveCredentialForDistribution (
    ISecuredData^ securedData, 
    IList<T>^ healthServiceList
)

GenericParameters

Parameters

  • healthServiceList
    Type: IList{

    The list of health services.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ISecurityManagement Interface
ISecurityManagement Members
Microsoft.EnterpriseManagement Namespace