Share via


ISecurityManagement.GetSecureReferences Method

Definition

Gets secure references.

Overloads

GetSecureReferences()

Gets all secure references from the Service Manager store.

GetSecureReferences(ManagementPackSecureReferenceCriteria)

Gets all secure references that match the criteria.

GetSecureReferences()

Gets all secure references from the Service Manager store.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackSecureReference ^> ^ GetSecureReferences();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackSecureReference> GetSecureReferences ();
abstract member GetSecureReferences : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackSecureReference>
Public Function GetSecureReferences () As IList(Of ManagementPackSecureReference)

Returns

The list of secure references.

Applies to

GetSecureReferences(ManagementPackSecureReferenceCriteria)

Gets all secure references that match the criteria.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackSecureReference ^> ^ GetSecureReferences(Microsoft::EnterpriseManagement::Configuration::ManagementPackSecureReferenceCriteria ^ criteria);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackSecureReference> GetSecureReferences (Microsoft.EnterpriseManagement.Configuration.ManagementPackSecureReferenceCriteria criteria);
abstract member GetSecureReferences : Microsoft.EnterpriseManagement.Configuration.ManagementPackSecureReferenceCriteria -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackSecureReference>
Public Function GetSecureReferences (criteria As ManagementPackSecureReferenceCriteria) As IList(Of ManagementPackSecureReference)

Parameters

criteria
ManagementPackSecureReferenceCriteria

The search criteria.

Returns

The list of secure references.

Applies to