• Docs
Menu
  • Guides
  • Tutorials
  • Samples
  • Reference
  • Downloads
    • .NET SDK
    • Kinvey CLI
    • Business Logic CLI
    • Flex SDK
  • .NET
    • Change Platform
    • iOS
    • Android
    • NativeScript
    • HTML5
    • Angular
    • PhoneGap
    • Node.js
    • Xamarin
    • .NET
    • REST API
  • Explore Kinvey
    • Kinvey Homepage
    • Kinvey Backend Console
    • Kinvey Chat Portal
    • Kinvey Studio
  • .NET Reference /
  • API Reference

API Reference

Class InMemoryCredentialStore

In memory credential store.

Inheritance
System.Object
InMemoryCredentialStore
Implements
ICredentialStore
IDisposable
Namespace: Kinvey
Assembly: Kinvey.dll
Syntax
public class InMemoryCredentialStore : object, ICredentialStore, IDisposable

Methods

| Improve this Doc View Source

Delete(String, String)

Delete the specified userId.

Declaration
public void Delete(string userId, string ssoGroupKey)
Parameters
Type Name Description
System.String userId

User identifier.

System.String ssoGroupKey

SSO Group Key.

| Improve this Doc View Source

Dispose()

Performs all object cleanup, so the garbage collector no longer needs to call the objects Object.Finalize override.

Declaration
public void Dispose()
| Improve this Doc View Source

Dispose(Boolean)

Performs all object cleanup.

Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing

Indicates whether the method call comes from a Dispose method (its value is true) or from a finalizer (its value is false).

| Improve this Doc View Source

Finalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.

Declaration
protected void Finalize()
| Improve this Doc View Source

GetStoredCredential(String)

Gets stored credential.

Declaration
public Credential GetStoredCredential(string ssoGroupKey)
Parameters
Type Name Description
System.String ssoGroupKey

SSO Group Key.

Returns
Type Description
Credential

Credential object storing authentication information

| Improve this Doc View Source

Load(String, String)

Load the specified userId.

Declaration
public Credential Load(string userId, string ssoGroupKey)
Parameters
Type Name Description
System.String userId

User._id.

System.String ssoGroupKey

SSO Group Key.

Returns
Type Description
Credential

Credential object storing authentication information

| Improve this Doc View Source

Store(String, String, Credential)

Store the specified userId and credential.

Declaration
public void Store(string userId, string ssoGroupKey, Credential credential)
Parameters
Type Name Description
System.String userId

User identifier.

System.String ssoGroupKey

SSO Group Key.

Credential credential

Credential.

Implements

ICredentialStore
IDisposable
  • Improve this Doc
  • View Source
© Kinvey
Terms of Use Privacy Policy