Represents the name of the client.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
The ClientName type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | Create(String) |
Returns a new ClientName instance with a specified providerName.
|
![]() ![]() | Create(String, String) |
Returns a new ClientName instance with a specified key and providerName.
|
![]() | Equals(Object) |
Determines whether two object instances are equal.
(Overrides ValueType Equals(Object).) |
![]() | Equals(ClientName) |
Determines whether two object instances are equal.
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Overrides ValueType GetHashCode .) |
![]() | GetType | (Inherited from Object.) |
![]() ![]() | Parse |
Converts a specified string to ClientName.
|
![]() | ToString |
Returns a string that represents the current ClientName.
(Overrides ValueType ToString .) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Indicate whether two ClientName are equal.
|
![]() ![]() | (String to ClientName) |
Creates a new ClientName instance from String.
|
![]() ![]() | (ClientName to String) |
Converts the ClientName to String.
|
![]() ![]() | Inequality |
Indicate whether two ClientName are not equal.
|
Properties
Name | Description | |
---|---|---|
![]() | Hash |
Gets a md5 hash code for the current instance of the ClientName.
|
![]() | Key |
Gets the client name.
|
![]() | ProviderName |
Gets the provider name.
|
See Also