'Declaration
<NotNullAttribute()> Public Overloads Function GetCredentialProfiles( _ ByVal profileType As String, _ ByVal credentialSelector As String, _ ByVal fetchOptions As ObjectFetchOptions, _ ByVal pageSize As Integer, _ ByRef restartPaging As Boolean _ ) As CredentialProfileCollection
[NotNull()] public CredentialProfileCollection GetCredentialProfiles( string profileType, string credentialSelector, ObjectFetchOptions fetchOptions, int pageSize, ref bool restartPaging )
[NotNull()] public: CredentialProfileCollection^ GetCredentialProfiles( String^ profileType, String^ credentialSelector, ObjectFetchOptions fetchOptions, int pageSize, bool% restartPaging )
Parameters
- profileType
- The profile type to fetch. Specify "*" for all types, an empty string ("") for Windows credentials, or the name of a credential type.
- credentialSelector
- The profile selector/discriminator to use. Specify null or empty string when searching for Windows credentials.
- fetchOptions
- Options that control the fetch operation
- pageSize
- The maximum number of records to retrieve in one call. See Remarks.
- restartPaging
- Indicates whether to fetch the first page or continue paging. See Remarks.
Return Value
All Credential Profiles of the requested type for which the caller has at least List permission.