SecureDataCriteria Constructor
[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
'Usage
Dim criteria As String
Dim instance As New SecureDataCriteria(criteria)
Syntax
'Declaration
Public Sub New ( _
criteria As String _
)
public SecureDataCriteria (
string criteria
)
public:
SecureDataCriteria (
String^ criteria
)
public SecureDataCriteria (
String criteria
)
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
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
SecureDataCriteria Class
SecureDataCriteria Members
Microsoft.EnterpriseManagement Namespace