C# Class System.IO.IsolatedStorage.IdentityTests

Inheritance: IsoStorageTest
Datei anzeigen Open project: dotnet/corefx

Public Methods

Method Description
ApplicationIdentityIsSet ( IsolatedStorageScope scope ) : void
AssemblyIdentityIsSet ( IsolatedStorageScope scope ) : void
DomainIdentityIsSet ( IsolatedStorageScope scope ) : void

Private Methods

Method Description
IdentityThrowsInvalidOperation ( ) : void
InlineData ( IsolatedStorageScope IsolatedStorageScope ) : IsolatedStorageScope.Domain)
InlineData ( IsolatedStorageScope IsolatedStorageScope ) : Theory
InlineData ( IsolatedStorageScope IsolatedStorageScope ) : Xunit

Method Details

ApplicationIdentityIsSet() public method

public ApplicationIdentityIsSet ( IsolatedStorageScope scope ) : void
scope IsolatedStorageScope
return void

AssemblyIdentityIsSet() public method

public AssemblyIdentityIsSet ( IsolatedStorageScope scope ) : void
scope IsolatedStorageScope
return void

DomainIdentityIsSet() public method

public DomainIdentityIsSet ( IsolatedStorageScope scope ) : void
scope IsolatedStorageScope
return void