'Declaration
Public Overloads Function GetCredentialProfiles( _ ByVal profileType As String, _ ByVal credentialSelector As String, _ ByVal options As ObjectFetchOptions, _ ByVal pageSize As Integer, _ ByRef restartPaging As Boolean _ ) As CredentialProfileCollection
public CredentialProfileCollection GetCredentialProfiles( string profileType, string credentialSelector, ObjectFetchOptions options, int pageSize, ref 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.
- options
- pageSize
- restartPaging
Return Value
All Credential Profiles of the requested type for which the caller has at least List permission.