[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Initializes a new instance of the SecureDataCriteria class. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim criteria As String

Dim instance As New SecureDataCriteria(criteria)

Syntax

Visual Basic
Public Sub New ( _
		criteria As String _
)
C#
public SecureDataCriteria (
		string criteria
)
C++
public:
SecureDataCriteria (
		String^ criteria
)
J#
public SecureDataCriteria (
		String criteria
)
JScript
public function SecureDataCriteria (
		criteria : String
)

Parameters

criteria

The criteria expression used to filter out secure data results returned by the GetSecureData(SecureDataCriteria) method.

Remarks

The following property names are valid names that can be used in the criteria expression:

  • Id

  • SecureStorageId

  • Name

  • Description

  • UserName

  • Type

  • IsSystem

  • LastModified

For information about the criteria expression syntax, see Criteria Expression Syntax [ServiceMgr].


Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also