Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / WebParts / UnauthorizedWebPart.cs / 2 / UnauthorizedWebPart.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; using System.Collections; using System.ComponentModel; using System.Globalization; using System.Security.Permissions; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.Util; [ ToolboxItem(false) ] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class UnauthorizedWebPart : ProxyWebPart { public UnauthorizedWebPart(WebPart webPart) : base(webPart) { } public UnauthorizedWebPart(string originalID, string originalTypeName, string originalPath, string genericWebPartID) : base(originalID, originalTypeName, originalPath, genericWebPartID) { } } }
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CardSpaceException.cs
- GlyphManager.cs
- IssuedTokenClientBehaviorsElementCollection.cs
- ToolStripCustomTypeDescriptor.cs
- AssertSection.cs
- MessageDecoder.cs
- BrushValueSerializer.cs
- StringFreezingAttribute.cs
- X509ServiceCertificateAuthentication.cs
- DbDeleteCommandTree.cs
- StatusBarPanel.cs
- MethodCallExpression.cs
- QuaternionAnimationBase.cs
- MetadataCollection.cs
- ToolStripDropDownClosingEventArgs.cs
- XmlSchemaSimpleTypeRestriction.cs
- NullableLongMinMaxAggregationOperator.cs
- FontStyle.cs
- Nodes.cs
- MenuItemAutomationPeer.cs
- AutomationElementIdentifiers.cs
- HttpCookieCollection.cs
- LZCodec.cs
- FontCacheLogic.cs
- BufferCache.cs
- WSAddressing10ProblemHeaderQNameFault.cs
- ConnectionConsumerAttribute.cs
- EntityParameterCollection.cs
- PersonalizationStateInfoCollection.cs
- WebConfigurationHost.cs
- MarkupProperty.cs
- RadioButtonFlatAdapter.cs
- XmlElementAttribute.cs
- LinqDataSourceSelectEventArgs.cs
- PropVariant.cs
- ShutDownListener.cs
- ControlHelper.cs
- SynchronizationValidator.cs
- SqlCacheDependencyDatabase.cs
- Maps.cs
- Compensate.cs
- XmlNamespaceManager.cs
- PerformanceCountersElement.cs
- HotCommands.cs
- TextWriterTraceListener.cs
- CommandConverter.cs
- GenericTextProperties.cs
- AssociationSetEnd.cs
- ResourcesBuildProvider.cs
- ColorIndependentAnimationStorage.cs
- IndependentAnimationStorage.cs
- TimeoutValidationAttribute.cs
- SharedStatics.cs
- XMLDiffLoader.cs
- PictureBox.cs
- ServicesExceptionNotHandledEventArgs.cs
- InitializationEventAttribute.cs
- ParserHooks.cs
- WebBrowsableAttribute.cs
- SinglePageViewer.cs
- XmlSchemaComplexContent.cs
- DropSource.cs
- SecurityUtils.cs
- MaxValueConverter.cs
- HtmlGenericControl.cs
- BoolExpressionVisitors.cs
- TableItemProviderWrapper.cs
- DynamicDocumentPaginator.cs
- ADMembershipProvider.cs
- PerformanceCounterPermission.cs
- XsltContext.cs
- ZoneIdentityPermission.cs
- SaveFileDialog.cs
- ParserStreamGeometryContext.cs
- complextypematerializer.cs
- RefreshEventArgs.cs
- RelAssertionDirectKeyIdentifierClause.cs
- StoreAnnotationsMap.cs
- EtwTrackingParticipant.cs
- GridSplitter.cs
- Number.cs
- MenuItemStyleCollection.cs
- Int32Storage.cs
- CharKeyFrameCollection.cs
- UniqueIdentifierService.cs
- KeyProperty.cs
- WmfPlaceableFileHeader.cs
- ClientSession.cs
- _ScatterGatherBuffers.cs
- FileDialog.cs
- Accessible.cs
- HttpRuntimeSection.cs
- followingquery.cs
- XmlSchemaDatatype.cs
- ComponentRenameEvent.cs
- AnonymousIdentificationSection.cs
- ConfigXmlText.cs
- DataBoundControl.cs
- AssemblySettingAttributes.cs
- WebPartCatalogCloseVerb.cs