Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Security / Tokens / SecurityTokenContainer.cs / 1 / SecurityTokenContainer.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Security.Tokens { using System; using System.IdentityModel.Tokens; class SecurityTokenContainer { SecurityToken token; public SecurityTokenContainer(SecurityToken token) { if (token == null) { throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("token"); } this.token = token; } public SecurityToken Token { get { return this.token; } } } } // 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
- IdentitySection.cs
- DataGridViewCellStyle.cs
- XmlIterators.cs
- NameTable.cs
- CodeStatement.cs
- DesignerDataParameter.cs
- SqlClientWrapperSmiStream.cs
- ToolStripContentPanel.cs
- DeviceContext2.cs
- Latin1Encoding.cs
- AsymmetricSignatureFormatter.cs
- StackBuilderSink.cs
- DocumentViewerBaseAutomationPeer.cs
- OdbcConnectionOpen.cs
- WSHttpBindingCollectionElement.cs
- XmlDataLoader.cs
- BindingSource.cs
- DuplicateWaitObjectException.cs
- SignedInfo.cs
- figurelength.cs
- AQNBuilder.cs
- PropertyDescriptorComparer.cs
- PackUriHelper.cs
- PropertyCollection.cs
- ScriptingProfileServiceSection.cs
- ValidationPropertyAttribute.cs
- PersonalizableAttribute.cs
- FileCodeGroup.cs
- NameNode.cs
- SwitchElementsCollection.cs
- NativeMethodsOther.cs
- ExpressionContext.cs
- TreeNodeBinding.cs
- OLEDB_Enum.cs
- SessionEndingCancelEventArgs.cs
- CodeMemberEvent.cs
- SocketAddress.cs
- SqlExpander.cs
- TcpHostedTransportConfiguration.cs
- NumericUpDownAccelerationCollection.cs
- SchemaElement.cs
- NonVisualControlAttribute.cs
- IPAddress.cs
- DiscoveryReferences.cs
- UnsafeNativeMethods.cs
- BeginGetFileNameFromUserRequest.cs
- PropertyManager.cs
- COM2ExtendedBrowsingHandler.cs
- CachedCompositeFamily.cs
- ViewBase.cs
- XmlSchemaNotation.cs
- TreeIterator.cs
- parserscommon.cs
- PrivilegedConfigurationManager.cs
- GZipDecoder.cs
- ParagraphResult.cs
- AnonymousIdentificationModule.cs
- DispatcherFrame.cs
- SqlConnectionStringBuilder.cs
- RegexMatch.cs
- SimpleNameService.cs
- NamedPipeConnectionPoolSettings.cs
- CompilerGlobalScopeAttribute.cs
- SymDocumentType.cs
- DayRenderEvent.cs
- ManipulationDevice.cs
- BooleanConverter.cs
- OracleTimeSpan.cs
- _HelperAsyncResults.cs
- DataControlFieldCollection.cs
- HttpValueCollection.cs
- SpecularMaterial.cs
- HwndKeyboardInputProvider.cs
- SqlGenerator.cs
- SafeSecurityHelper.cs
- PowerModeChangedEventArgs.cs
- DataGridClipboardCellContent.cs
- Error.cs
- DataGridViewCellMouseEventArgs.cs
- DataServiceResponse.cs
- ManipulationLogic.cs
- WSSecurityTokenSerializer.cs
- WindowVisualStateTracker.cs
- ServiceDescriptionData.cs
- SelectedGridItemChangedEvent.cs
- AnimatedTypeHelpers.cs
- Expr.cs
- CodeGenerator.cs
- PerformanceCounterPermissionEntry.cs
- AuthenticationSection.cs
- MgmtConfigurationRecord.cs
- GenericsNotImplementedException.cs
- StopStoryboard.cs
- formatter.cs
- FileLevelControlBuilderAttribute.cs
- HttpHeaderCollection.cs
- ImageBrush.cs
- CodeDomConfigurationHandler.cs
- BamlWriter.cs
- DataGridViewSelectedCellsAccessibleObject.cs