Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the client id and marks the context as validated by the application.
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
'Declaration
Public Function Validated ( _
clientId As String _
) As Boolean
'Usage
Dim instance As OAuthValidateClientAuthenticationContext
Dim clientId As String
Dim returnValue As Boolean
returnValue = instance.Validated(clientId)
public bool Validated(
string clientId
)
public:
bool Validated(
String^ clientId
)
member Validated :
clientId:string -> bool
public function Validated(
clientId : String
) : boolean
Parameters
- clientId
Type: System.String
Return Value
Type: System.Boolean
Returns Boolean.