Share via


ManagementPack.GetSecureReferences Method

Definition

Retrieves all secure references for this management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackSecureReference ^> ^ GetSecureReferences();
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackSecureReference> GetSecureReferences ();
member this.GetSecureReferences : unit -> Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackSecureReference>
Public Function GetSecureReferences () As ManagementPackElementCollection(Of ManagementPackSecureReference)

Returns

A collection of all secure references in the management pack.

Applies to