Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / xsp / System / Web / Security / PassportPrincipal.cs / 1 / PassportPrincipal.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * PassportPrincipal * * Copyright (c) 1999 Microsoft Corporation */ namespace System.Web.Security { using System.Security.Principal; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class PassportPrincipal : GenericPrincipal { public PassportPrincipal(PassportIdentity identity, string[] roles) : base(identity, roles) { } } } // 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
- ByteStack.cs
- ListViewHitTestInfo.cs
- RpcCryptoContext.cs
- DeobfuscatingStream.cs
- dataobject.cs
- Interlocked.cs
- ServiceDebugElement.cs
- HtmlFormWrapper.cs
- SmiContext.cs
- SatelliteContractVersionAttribute.cs
- _BaseOverlappedAsyncResult.cs
- SerialReceived.cs
- RNGCryptoServiceProvider.cs
- ScriptServiceAttribute.cs
- ImportCatalogPart.cs
- TargetControlTypeCache.cs
- ProjectedWrapper.cs
- LinqDataSourceDisposeEventArgs.cs
- UrlMappingCollection.cs
- OpenTypeCommon.cs
- ObjectDataSourceSelectingEventArgs.cs
- RepeaterItem.cs
- SqlGatherProducedAliases.cs
- WindowInteractionStateTracker.cs
- HostingMessageProperty.cs
- Baml2006ReaderSettings.cs
- XPathDocumentBuilder.cs
- WhiteSpaceTrimStringConverter.cs
- FillErrorEventArgs.cs
- DataGridViewColumnHeaderCell.cs
- ThreadStateException.cs
- XmlSchemaSubstitutionGroup.cs
- RequestCachePolicy.cs
- XsltOutput.cs
- EventSinkHelperWriter.cs
- ToolStripLabel.cs
- ObjectCloneHelper.cs
- ExtensionElementCollection.cs
- HandleExceptionArgs.cs
- XmlElementCollection.cs
- FixedTextView.cs
- SoapServerMethod.cs
- LinkLabelLinkClickedEvent.cs
- DynamicRenderer.cs
- SecurityRequiresReviewAttribute.cs
- ContainerSelectorBehavior.cs
- StringBuilder.cs
- BatchStream.cs
- QilValidationVisitor.cs
- ToolStripProgressBar.cs
- WorkflowInstance.cs
- MachineKeySection.cs
- IndexedGlyphRun.cs
- IssuanceLicense.cs
- ThreadAttributes.cs
- ProgressBar.cs
- OperationGenerator.cs
- ListViewCommandEventArgs.cs
- XmlBinaryReader.cs
- ListViewItemSelectionChangedEvent.cs
- RewritingProcessor.cs
- TypeNameParser.cs
- XmlSubtreeReader.cs
- XmlSchemaExporter.cs
- SQLMembershipProvider.cs
- AppDomainProtocolHandler.cs
- InfocardExtendedInformationEntry.cs
- StrongTypingException.cs
- TakeOrSkipWhileQueryOperator.cs
- DelayedRegex.cs
- HelpExampleGenerator.cs
- MultipartIdentifier.cs
- CqlQuery.cs
- SafeRegistryHandle.cs
- ContentPosition.cs
- NestedContainer.cs
- MetaModel.cs
- EdmPropertyAttribute.cs
- FullTextBreakpoint.cs
- SeekableReadStream.cs
- NoneExcludedImageIndexConverter.cs
- DataGridViewCheckBoxCell.cs
- Ops.cs
- ConnectionManagementSection.cs
- StringInfo.cs
- PartitionResolver.cs
- XmlDownloadManager.cs
- BigInt.cs
- TextAutomationPeer.cs
- AppDomain.cs
- MgmtConfigurationRecord.cs
- wmiprovider.cs
- SiteOfOriginPart.cs
- InnerItemCollectionView.cs
- DataTableClearEvent.cs
- ContainerParagraph.cs
- NameTable.cs
- KernelTypeValidation.cs
- ChannelTraceRecord.cs
- PropertyFilter.cs