Visual Basic (Declaration) | |
---|---|
Public Overloads Function FindCredential( _ ByVal url As String, _ ByVal authentificationType As IdentityManager.AuthenticationType _ ) As IdentityManager.Credential |
C# | |
---|---|
public IdentityManager.Credential FindCredential( string url, IdentityManager.AuthenticationType authentificationType ) |
Parameters
- url
- The url to a server.
- authentificationType
- Authentication type supported by the credential.
Target Platforms:Windows Phone 7