Constructor IsolatedStorageFileLicenseProviderAttribute
| Improve this Doc View SourceIsolatedStorageFileLicenseProviderAttribute(IsolatedStorageScope, Type, String)
Initializes a new instance of IsolatedStorageFileLicenseProviderAttribute class.
Declaration
public IsolatedStorageFileLicenseProviderAttribute(IsolatedStorageScope scope, Type applicationEvidenceType, string path)
Parameters
Type | Name | Description |
---|---|---|
System.IO.IsolatedStorage.IsolatedStorageScope | scope | A bitwise combination of the System.IO.IsolatedStorage.IsolatedStorageScope values. |
System.Type | applicationEvidenceType | An System.Security.Policy.Evidence object containing the application identity. |
System.String | path | The path of the isolated storage file. |