Click or drag to resize

PasswordRecord Class

A record saved in the IPasswordStore.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.PasswordsPasswordRecord

Namespace:  DotNetBrowser.Passwords
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public sealed class PasswordRecord

The PasswordRecord type exposes the following members.

Properties
  NameDescription
Public propertyLogin
Gets the user's login.
Public propertyUrl
Gets the URL that contains scheme, host and port of the resource where the form is submitted.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also