BaseValidatingClientContext.ClientId Property
The "client_id" parameter for the current request. The Authorization Server application is responsible for validating this value identifies a registered client.
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
'Declaration
Public Property ClientId As String
Get
Protected Set
'Usage
Dim instance As BaseValidatingClientContext
Dim value As String
value = instance.ClientId
instance.ClientId = value
public string ClientId { get; protected set; }
public:
property String^ ClientId {
String^ get ();
protected: void set (String^ value);
}
member ClientId : string with get, set
function get ClientId () : String
protected function set ClientId (value : String)
Property Value
Type: System.String