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")
Summary: Erases the login associated with the specified host.
Parameters
| Name | Type | Description |
|---|---|---|
blobCache | [ISecureBlobCache](# | The blob cache where to erase the data. |
host = "default" | string | The host associated with the data. |
Returns: IObservable