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
- SizeAnimation.cs
- DataGridColumnReorderingEventArgs.cs
- MemberAccessException.cs
- UMPAttributes.cs
- DecimalAnimationBase.cs
- XmlSchemaValidator.cs
- BuildResult.cs
- CommandLibraryHelper.cs
- Point3DCollection.cs
- TypeElement.cs
- ButtonDesigner.cs
- CorrelationResolver.cs
- StorageEntitySetMapping.cs
- TextEvent.cs
- ColumnMapVisitor.cs
- EncoderReplacementFallback.cs
- DispatchWrapper.cs
- embossbitmapeffect.cs
- CodeIdentifiers.cs
- KerberosTicketHashIdentifierClause.cs
- ListControl.cs
- Operand.cs
- BitmapSizeOptions.cs
- ResourceExpressionBuilder.cs
- QilValidationVisitor.cs
- X509ChainElement.cs
- UndoManager.cs
- HierarchicalDataBoundControl.cs
- StylusPointPropertyInfoDefaults.cs
- TreeNodeCollectionEditorDialog.cs
- X509Utils.cs
- DbException.cs
- SystemDiagnosticsSection.cs
- relpropertyhelper.cs
- XmlHierarchicalEnumerable.cs
- ParameterModifier.cs
- MarkupCompilePass1.cs
- ExtentKey.cs
- SpellerHighlightLayer.cs
- DataGridColumnStyleMappingNameEditor.cs
- BitmapCache.cs
- SystemFonts.cs
- AggregateNode.cs
- As.cs
- UnaryQueryOperator.cs
- DesignOnlyAttribute.cs
- CircleEase.cs
- DockProviderWrapper.cs
- BaseContextMenu.cs
- KeyProperty.cs
- QueryContinueDragEventArgs.cs
- FixedSOMTable.cs
- SamlAuthenticationStatement.cs
- SmtpClient.cs
- WebPartZoneCollection.cs
- ZoneLinkButton.cs
- ProcessHost.cs
- TimerElapsedEvenArgs.cs
- securestring.cs
- DocumentScope.cs
- TypeToken.cs
- ActivityWithResult.cs
- KnownBoxes.cs
- ActiveDocumentEvent.cs
- InternalConfigRoot.cs
- NameValuePermission.cs
- LockedAssemblyCache.cs
- MatrixAnimationUsingPath.cs
- ConfigurationSectionCollection.cs
- Size.cs
- BoolLiteral.cs
- SignatureHelper.cs
- DrawingGroup.cs
- Pkcs7Recipient.cs
- HttpModuleActionCollection.cs
- EnumMember.cs
- RealizationContext.cs
- EventEntry.cs
- BindingOperations.cs
- MenuAutomationPeer.cs
- AssemblyBuilder.cs
- MessageSecurityOverTcpElement.cs
- FormatSelectingMessageInspector.cs
- RolePrincipal.cs
- MailHeaderInfo.cs
- AttributeData.cs
- DataBindEngine.cs
- Crc32Helper.cs
- MediaCommands.cs
- Control.cs
- XhtmlBasicLabelAdapter.cs
- IntSecurity.cs
- SessionStateModule.cs
- MapPathBasedVirtualPathProvider.cs
- PhysicalOps.cs
- DataGridTextBoxColumn.cs
- WrappedDispatcherException.cs
- SqlServices.cs
- AudioStateChangedEventArgs.cs
- CommandLibraryHelper.cs