Interface ICredentialManager Namespace: PoeShared.Services Assembly: PoeShared.Native.dll Syntax public interface ICredentialManager Methods Name Description DeleteCredential(string) EnumerateCredentials() EnumerateCredentials(string) PromptForCredentials(nint, string, string, string, CredentialSaveOption) PromptForCredentialsConsole(string, string, CredentialSaveOption) ReadCredential(string) WriteCredential(string, string, string, CredentialPersistence) WriteCredential(string, string, string, string, CredentialPersistence) Extension Methods ObjectExtensions.AddTo<TItem, TCollection>(TItem, ISourceList<TCollection>) ObjectExtensions.AddTo<TItem, TCollection>(TItem, ICollection<TCollection>) ObjectExtensions.CloneJson<T>(T) ObjectExtensions.CopyPropertiesTo<TSource, TTarget>(TSource, TTarget) ObjectExtensions.DumpToJson<T>(T) ObjectExtensions.DumpToTextRaw<T>(T) ObjectExtensions.DumpToText<T>(T) ObjectExtensions.Dump<T>(T) ObjectExtensions.EvalOrDefault<T, TValue>(T, Func<T, TValue>, TValue) ObjectExtensions.Eval<T, TValue>(T, Func<T, TValue>) ObjectExtensions.GetPropertyAccessor<TSource, TValue>(TSource, Expression<Func<TSource, TValue>>) ObjectExtensions.InsertTo<TItem, TCollection>(TItem, IList<TCollection>, int) ObjectExtensions.ToJson<T>(T, Formatting) ObjectExtensions.ToStringSafe<T>(T) ObjectExtensions.TransferPropertiesTo<TSource, TTarget>(TSource, TTarget, params string[]) ObjectExtensions.WaitForAsync<TObject, T1>(TObject, Func<TObject, T1>, Predicate<T1>, TimeSpan, int) XDocumentExtensions.AddTo<T>(T, XContainer) ObjectExtensions.GetPropertyAccessor<TValue>(object, string) ObjectReflectionExtensions.GetPropertyTypeOrDefault(object, string) ObjectReflectionExtensions.GetPropertyValue<T>(object, string) ObjectReflectionExtensions.SetPropertyValue<T>(object, string, T)