54 [Obsolete(
"IsolatedStorage.CurrentSize has been deprecated because it is not CLS Compliant. To get the current size use IsolatedStorage.UsedSize instead.")]
80 [Obsolete(
"IsolatedStorage.MaximumSize has been deprecated because it is not CLS Compliant. To get the maximum size use IsolatedStorage.Quota instead.")]
141 Span<char> initialBuffer = stackalloc
char[128];
146 hash =
string.Create(provider, initialBuffer, ref handler);
160 case IsolatedStorageScope.User | IsolatedStorageScope.Domain | IsolatedStorageScope.Assembly |
IsolatedStorageScope.Roaming:
162 case IsolatedStorageScope.Domain | IsolatedStorageScope.Assembly |
IsolatedStorageScope.Machine:
164 case IsolatedStorageScope.User | IsolatedStorageScope.Roaming |
IsolatedStorageScope.Application:
static bool IsAssembly(IsolatedStorageScope scope)
static bool IsDomain(IsolatedStorageScope scope)
static bool IsApplication(IsolatedStorageScope scope)
static void GetDefaultIdentityAndHash(out object identity, out string hash, char separator)
virtual char SeparatorExternal
static void VerifyScope(IsolatedStorageScope scope)
IsolatedStorageScope Scope
object ApplicationIdentity
virtual ulong MaximumSize
void InitStore(IsolatedStorageScope scope, Type appEvidenceType)
virtual char SeparatorInternal
object _applicationIdentity
virtual ulong CurrentSize
virtual bool IncreaseQuotaTo(long newQuotaSize)
virtual long AvailableFreeSpace
void InitStore(IsolatedStorageScope scope, Type? domainEvidenceType, Type? assemblyEvidenceType)
static readonly char DirectorySeparatorChar
static string IsolatedStorage_QuotaIsUndefined
static string IsolatedStorage_AssemblyUndefined
static string Format(string resourceFormat, object p1)
static string IsolatedStorage_CurrentSizeUndefined
static string IsolatedStorage_ApplicationUndefined
static string IsolatedStorage_Scope_Invalid
void AppendFormatted(ReadOnlySpan< char > value)