Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Framework / MS / Internal / permissions / UserInitiatedNavigationPermission.cs / 1 / UserInitiatedNavigationPermission.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Internal Permissions. // These are classes for permissions that will be asserted/demanded internally. // But will be granted in full-trust. // Only internal avalon code will assert these permissions. // // Using them allows the following: // We can have very specific targeted asserts. So for example instead of // a blanket assert for Unmanaged code instead we can have very granular permissiosn. // // They are still available by default in full-trust. // // Currently the only way to detect User-Initiated actions is for commands. // So by associating a custom permisison with a command we can very tightly scope // the set of operations allowed. // // History: // 09/12/05 : [....] - seperated UserInitiatedNaviagtionPermission from InternalPermission.cs // 02/28/05 : [....] - Created //--------------------------------------------------------------------------- using System; using System.Security; using System.Windows; using MS.Internal.Permissions; namespace MS.Internal.Permissions { internal class UserInitiatedNavigationPermission : InternalPermissionBase { public UserInitiatedNavigationPermission() : base() { } public override IPermission Copy() { // copy is easy there is no state ! return new UserInitiatedNavigationPermission(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RightsManagementPermission.cs
- PrintingPermission.cs
- XmlILTrace.cs
- ReferencedCollectionType.cs
- DocumentApplication.cs
- IriParsingElement.cs
- ValueOfAction.cs
- WindowExtensionMethods.cs
- TextModifier.cs
- XmlStringTable.cs
- ErasingStroke.cs
- DataGridParentRows.cs
- SmiXetterAccessMap.cs
- NameSpaceEvent.cs
- NavigationExpr.cs
- documentsequencetextcontainer.cs
- ConfigurationManager.cs
- HelpProvider.cs
- SafeTokenHandle.cs
- EntityDesignerBuildProvider.cs
- InputScopeAttribute.cs
- EntityWrapperFactory.cs
- DbProviderManifest.cs
- DbProviderServices.cs
- C14NUtil.cs
- XPathExpr.cs
- ResourceSet.cs
- Application.cs
- TreeNodeCollectionEditor.cs
- GroupItem.cs
- BamlTreeMap.cs
- MappingItemCollection.cs
- ListViewInsertEventArgs.cs
- OperationAbortedException.cs
- BitmapMetadataEnumerator.cs
- InvalidOperationException.cs
- DataServiceClientException.cs
- Decorator.cs
- DecoratedNameAttribute.cs
- ExpressionList.cs
- HostingEnvironmentSection.cs
- SpellerStatusTable.cs
- XmlNamespaceDeclarationsAttribute.cs
- CodeGen.cs
- ResourceCodeDomSerializer.cs
- FixedDSBuilder.cs
- GridViewCommandEventArgs.cs
- SplashScreen.cs
- StreamingContext.cs
- DataFieldCollectionEditor.cs
- SubpageParagraph.cs
- ParagraphVisual.cs
- IndicCharClassifier.cs
- InkCollectionBehavior.cs
- NullReferenceException.cs
- TaskSchedulerException.cs
- DispatcherTimer.cs
- Timer.cs
- SqlNotificationEventArgs.cs
- GregorianCalendar.cs
- AnonymousIdentificationModule.cs
- MimeTypeMapper.cs
- LinkLabel.cs
- XmlMemberMapping.cs
- GridViewColumnHeader.cs
- ValidationResult.cs
- TextEffect.cs
- Label.cs
- VectorCollectionValueSerializer.cs
- NameObjectCollectionBase.cs
- PropertyChangedEventManager.cs
- ClusterUtils.cs
- TypeGeneratedEventArgs.cs
- PrimitiveXmlSerializers.cs
- PerformanceCounterScope.cs
- HostingEnvironment.cs
- PropertyRecord.cs
- GridViewSortEventArgs.cs
- FrameworkTemplate.cs
- RouteUrlExpressionBuilder.cs
- Container.cs
- X509AsymmetricSecurityKey.cs
- Symbol.cs
- TextSyndicationContent.cs
- GraphicsPath.cs
- DecoderFallback.cs
- WpfKnownMemberInvoker.cs
- BaseProcessor.cs
- OperationContractGenerationContext.cs
- DataGridViewCellValueEventArgs.cs
- SmtpException.cs
- CompareValidator.cs
- ElementProxy.cs
- DataGridViewRowHeaderCell.cs
- BinaryParser.cs
- RoutedEventHandlerInfo.cs
- SHA256.cs
- ValueProviderWrapper.cs
- DetailsViewRowCollection.cs
- Psha1DerivedKeyGenerator.cs