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
- DetailsViewPagerRow.cs
- Cell.cs
- KeyFrames.cs
- UserInitiatedRoutedEventPermission.cs
- Funcletizer.cs
- BitmapEffectDrawing.cs
- ValidationRule.cs
- NetworkStream.cs
- listitem.cs
- ResourceLoader.cs
- CompilerError.cs
- ImageFormatConverter.cs
- BooleanProjectedSlot.cs
- XmlSerializerFaultFormatter.cs
- mactripleDES.cs
- Optimizer.cs
- ConfigurationStrings.cs
- XsltConvert.cs
- ObjectIDGenerator.cs
- WebPageTraceListener.cs
- SessionParameter.cs
- UIElement.cs
- PeerReferralPolicy.cs
- ValidatorCompatibilityHelper.cs
- SerializerProvider.cs
- HelpPage.cs
- EdmToObjectNamespaceMap.cs
- DynamicValueConverter.cs
- TableLayoutStyle.cs
- LexicalChunk.cs
- _ListenerRequestStream.cs
- ThrowHelper.cs
- Int32Animation.cs
- VectorValueSerializer.cs
- TogglePatternIdentifiers.cs
- BamlTreeNode.cs
- CreateUserWizard.cs
- FileUtil.cs
- QueryPageSettingsEventArgs.cs
- Matrix3DValueSerializer.cs
- TextDecoration.cs
- MessageProperties.cs
- TypeSystem.cs
- COM2ExtendedTypeConverter.cs
- WebServicesDescriptionAttribute.cs
- TypeConverterHelper.cs
- InheritedPropertyChangedEventArgs.cs
- UpDownEvent.cs
- SQLSingle.cs
- ControlPropertyNameConverter.cs
- InputLangChangeRequestEvent.cs
- DBAsyncResult.cs
- QueryableDataSourceView.cs
- HealthMonitoringSection.cs
- EntitySqlQueryCacheEntry.cs
- ForEachDesigner.xaml.cs
- ChildrenQuery.cs
- DrawingGroup.cs
- IntegerCollectionEditor.cs
- RawTextInputReport.cs
- HtmlDocument.cs
- CodeSubDirectoriesCollection.cs
- MembershipPasswordException.cs
- Stroke2.cs
- ListViewDesigner.cs
- PageTheme.cs
- SqlStatistics.cs
- Compensate.cs
- ErrorWrapper.cs
- TextStore.cs
- HostedImpersonationContext.cs
- WebPartConnectionsEventArgs.cs
- BindingGroup.cs
- KeyNotFoundException.cs
- Soap.cs
- AttributeQuery.cs
- documentsequencetextview.cs
- Point3DIndependentAnimationStorage.cs
- DataProtection.cs
- TraceData.cs
- TileBrush.cs
- HtmlWindowCollection.cs
- DataGridViewRowPostPaintEventArgs.cs
- EmptyStringExpandableObjectConverter.cs
- DataBinder.cs
- UIElementCollection.cs
- WinInetCache.cs
- SctClaimSerializer.cs
- Baml2006KeyRecord.cs
- SiteIdentityPermission.cs
- RandomNumberGenerator.cs
- XmlChildEnumerator.cs
- QueryStringParameter.cs
- HostedHttpContext.cs
- DetailsViewRowCollection.cs
- ValidationEventArgs.cs
- MethodExpr.cs
- HelpKeywordAttribute.cs
- PropertyConverter.cs
- InkCanvasFeedbackAdorner.cs