Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / IntermediatePolicyValidator.cs / 1 / IntermediatePolicyValidator.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- // // Presharp uses the c# pragma mechanism to supress its warnings. // These are not recognised by the base compiler so we need to explictly // disable the following warnings. See http://winweb/cse/Tools/PREsharp/userguide/default.asp // for details. // #pragma warning disable 1634, 1691 // unknown message, unknown pragma namespace Microsoft.InfoCards { using System; using System.Collections.Generic; // // Summary: // Validates an intermediate policy in a GetBrowserToken by checking the AppliesTo element. // internal class IntermediatePolicyValidator : PolicyValidator { public IntermediatePolicyValidator( InfoCardPolicy policy ) : base( policy ) { } // // Summary: // The browser policy can specify a key type of NoKey. // override public void Validate() { ValidateAppliesTo(); } } } // 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
- FileDialogCustomPlaces.cs
- CodeChecksumPragma.cs
- HttpRequestContext.cs
- OdbcInfoMessageEvent.cs
- DbRetry.cs
- EnumType.cs
- AssemblyBuilder.cs
- SequentialActivityDesigner.cs
- DynamicValidatorEventArgs.cs
- XmlBaseWriter.cs
- ProcessModule.cs
- ContentWrapperAttribute.cs
- SplitterEvent.cs
- MachineKeySection.cs
- NameValueConfigurationCollection.cs
- SafeNativeMethods.cs
- IssuanceTokenProviderState.cs
- WebSysDisplayNameAttribute.cs
- XmlDataSourceNodeDescriptor.cs
- BitmapEffectrendercontext.cs
- Highlights.cs
- Semaphore.cs
- DataView.cs
- MediaContextNotificationWindow.cs
- MemberNameValidator.cs
- NativeMethods.cs
- FormatVersion.cs
- UIAgentRequest.cs
- ContentDisposition.cs
- MultiTouchSystemGestureLogic.cs
- MobileResource.cs
- DisposableCollectionWrapper.cs
- SqlFormatter.cs
- SessionStateUtil.cs
- EventLogPermissionEntry.cs
- DbProviderServices.cs
- SoapReflector.cs
- BamlLocalizableResourceKey.cs
- ProfilePropertySettings.cs
- XamlReaderConstants.cs
- WebServiceErrorEvent.cs
- GroupBoxAutomationPeer.cs
- Brushes.cs
- SafeArrayTypeMismatchException.cs
- XmlParserContext.cs
- Listbox.cs
- HtmlTextViewAdapter.cs
- AutoResetEvent.cs
- DataServiceCollectionOfT.cs
- TextElementCollection.cs
- DelegateSerializationHolder.cs
- XmlTextReaderImplHelpers.cs
- ResolveCriteria.cs
- RadioButton.cs
- EasingFunctionBase.cs
- CommonObjectSecurity.cs
- DoubleIndependentAnimationStorage.cs
- MouseBinding.cs
- FormViewDeleteEventArgs.cs
- CopyEncoder.cs
- RemoteWebConfigurationHostServer.cs
- DocumentSchemaValidator.cs
- TrackingServices.cs
- PartialArray.cs
- ServiceDescriptionReflector.cs
- SafeNativeMethods.cs
- TableParaClient.cs
- XmlTypeAttribute.cs
- SeekStoryboard.cs
- ProtocolsConfigurationHandler.cs
- PartialTrustVisibleAssembly.cs
- EmbossBitmapEffect.cs
- DirectoryObjectSecurity.cs
- StatementContext.cs
- IssuanceLicense.cs
- AppliesToBehaviorDecisionTable.cs
- InvariantComparer.cs
- OutArgumentConverter.cs
- SequenceDesigner.cs
- QuotedPrintableStream.cs
- WorkItem.cs
- CompoundFileDeflateTransform.cs
- StatusBar.cs
- CommandField.cs
- IERequestCache.cs
- ChangeNode.cs
- Renderer.cs
- printdlgexmarshaler.cs
- CustomAttributeFormatException.cs
- InputProcessorProfilesLoader.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- UidManager.cs
- ResourceIDHelper.cs
- ArraySet.cs
- __Filters.cs
- OdbcDataReader.cs
- PasswordTextContainer.cs
- VectorAnimationBase.cs
- PassportAuthenticationModule.cs
- OdbcConnectionHandle.cs