ClientName StructureNemiro.OAuth
Represents the name of the client.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public struct ClientName

The ClientName type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCreate(String)
Returns a new ClientName instance with a specified providerName.
Public methodStatic memberCreate(String, String)
Returns a new ClientName instance with a specified key and providerName.
Public methodEquals(Object)
Determines whether two object instances are equal.
(Overrides ValueType Equals(Object).)
Public methodEquals(ClientName)
Determines whether two object instances are equal.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ValueType GetHashCode .)
Public methodGetType (Inherited from Object.)
Public methodStatic memberParse
Converts a specified string to ClientName.
Public methodToString
Returns a string that represents the current ClientName.
(Overrides ValueType ToString .)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Indicate whether two ClientName are equal.
Public operatorStatic member (String to ClientName)
Creates a new ClientName instance from String.
Public operatorStatic member (ClientName to String)
Converts the ClientName to String.
Public operatorStatic memberInequality
Indicate whether two ClientName are not equal.
Top
Properties

  NameDescription
Public propertyHash
Gets a md5 hash code for the current instance of the ClientName.
Public propertyKey
Gets the client name.
Public propertyProviderName
Gets the provider name.
Top
See Also