Returns a NetworkCredential object that is associated with the supplied host, realm, and authentication type.
[Visual Basic] Function GetCredential( _ ByVal URI As String, _ ByVal AuthType As String _ ) As NetworkCredential [C#] NetworkCredential GetCredential( string URI, string AuthType ); [C++] NetworkCredential* GetCredential( String* URI, String* AuthType ) = 0; [JScript] function GetCredential( URI : String, AuthType : String ) : NetworkCredential;
NetworkCredential instance.
[To be supplied]
ICredentialLookup Interface | ICredentialLookup Members | System.Net Namespace