Skip to content

LoginExtensions.EraseLogin(ISecureBlobCache, string) method

Defined in

Type: LoginExtensions Namespace: ReactiveMarbles.CacheDatabase.Core Assembly: ReactiveMarbles.CacheDatabase.Core.dll

Applies to

netstandard2.0

public static IObservable<Unit> EraseLogin(this ISecureBlobCache blobCache, string host = "default")

View source

Summary: Erases the login associated with the specified host.

Parameters

NameTypeDescription
blobCache[ISecureBlobCache](#The blob cache where to erase the data.
host = "default"stringThe host associated with the data.

Returns: IObservable -- A observable which signals when the erase is completed.