Partager via


ISecurityManagement.ApproveCredentialForDistribution Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

  • T
    The type of objects the secured data list contains.

Parameters

  • securedData
    The approved credentials.
  • healthServiceList
    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