Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / IdentityModel / System / IdentityModel / Tokens / SecurityTokenValidationException.cs / 1 / SecurityTokenValidationException.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.IdentityModel.Tokens { using System.Runtime.Serialization; [Serializable] public class SecurityTokenValidationException : SecurityTokenException { public SecurityTokenValidationException() : base() { } public SecurityTokenValidationException(String message) : base(message) { } public SecurityTokenValidationException(String message, Exception innerException) : base(message, innerException) { } protected SecurityTokenValidationException(SerializationInfo info, StreamingContext context) : base(info, context) { } } } // 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
- PerformanceCounterNameAttribute.cs
- ConsumerConnectionPointCollection.cs
- HostingEnvironmentException.cs
- MetadataElement.cs
- AliasedSlot.cs
- BitmapEffectInput.cs
- RevocationPoint.cs
- SectionVisual.cs
- ToolStripPanel.cs
- DashStyle.cs
- PixelShader.cs
- SqlCacheDependencyDatabase.cs
- ToolStripSplitStackLayout.cs
- SchemaHelper.cs
- FileChangeNotifier.cs
- As.cs
- CallbackHandler.cs
- MetadataItemCollectionFactory.cs
- IItemContainerGenerator.cs
- SecondaryIndex.cs
- TripleDESCryptoServiceProvider.cs
- EastAsianLunisolarCalendar.cs
- SpeechUI.cs
- HtmlInputHidden.cs
- FontFamilyIdentifier.cs
- GroupBox.cs
- ProcessModelInfo.cs
- CssClassPropertyAttribute.cs
- FileDialogCustomPlace.cs
- TableSectionStyle.cs
- PackWebRequestFactory.cs
- NamespaceTable.cs
- CustomErrorsSection.cs
- SessionPageStateSection.cs
- SendKeys.cs
- RemotingConfigParser.cs
- Events.cs
- NoPersistHandle.cs
- InitializeCorrelation.cs
- CodeAttributeArgumentCollection.cs
- SqlNamer.cs
- ValidationErrorEventArgs.cs
- XmlNamespaceDeclarationsAttribute.cs
- DataControlButton.cs
- CodeDirectiveCollection.cs
- XmlSchemaNotation.cs
- WebEvents.cs
- TypeUsage.cs
- RenderContext.cs
- SecurityTokenProvider.cs
- Parameter.cs
- RegexCaptureCollection.cs
- AnnotationAdorner.cs
- GroupBoxDesigner.cs
- MultiPageTextView.cs
- TimeIntervalCollection.cs
- ObjectDataSourceView.cs
- AuthenticationModulesSection.cs
- TimeZone.cs
- ToolStripPanelCell.cs
- MbpInfo.cs
- QuaternionIndependentAnimationStorage.cs
- SerializerProvider.cs
- sqlinternaltransaction.cs
- SafeTimerHandle.cs
- EntryPointNotFoundException.cs
- RegexMatchCollection.cs
- UrlMapping.cs
- CodeTypeMemberCollection.cs
- ArrayTypeMismatchException.cs
- StyleXamlParser.cs
- XPathExpr.cs
- DataErrorValidationRule.cs
- WebPartZoneBaseDesigner.cs
- Speller.cs
- LogicalChannelCollection.cs
- Stopwatch.cs
- SmtpFailedRecipientException.cs
- WriteableOnDemandPackagePart.cs
- EntryPointNotFoundException.cs
- EnumerableRowCollection.cs
- DrawingGroupDrawingContext.cs
- ArrayItemValue.cs
- DialogBaseForm.cs
- IndentedWriter.cs
- ClonableStack.cs
- CodeIdentifiers.cs
- TransactionBehavior.cs
- OutputScopeManager.cs
- DataReaderContainer.cs
- ThreadAttributes.cs
- StylusOverProperty.cs
- ChannelManager.cs
- BaseParaClient.cs
- TraceEventCache.cs
- ExpressionBuilder.cs
- RegexMatch.cs
- BezierSegment.cs
- RoleService.cs
- LambdaCompiler.cs