Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / IdentityModel / System / IdentityModel / Tokens / KerberosTicketHashIdentifierClause.cs / 1 / KerberosTicketHashIdentifierClause.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.IdentityModel.Tokens { using System.Globalization; public sealed class KerberosTicketHashKeyIdentifierClause : BinaryKeyIdentifierClause { public KerberosTicketHashKeyIdentifierClause(byte[] ticketHash) : this(ticketHash, null, 0) { } public KerberosTicketHashKeyIdentifierClause(byte[] ticketHash, byte[] derivationNonce, int derivationLength) : this(ticketHash, true, derivationNonce, derivationLength) { } internal KerberosTicketHashKeyIdentifierClause(byte[] ticketHash, bool cloneBuffer, byte[] derivationNonce, int derivationLength) : base(null, ticketHash, cloneBuffer, derivationNonce, derivationLength) { } public byte[] GetKerberosTicketHash() { return GetBuffer(); } public override string ToString() { return string.Format(CultureInfo.InvariantCulture, "KerberosTicketHashKeyIdentifierClause(Hash = {0})", ToBase64String()); } } } // 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
- CardSpaceShim.cs
- Monitor.cs
- CodeParameterDeclarationExpressionCollection.cs
- QueryExpression.cs
- EmbeddedMailObject.cs
- PackageController.cs
- HostedTransportConfigurationBase.cs
- MemoryMappedViewStream.cs
- ConvertEvent.cs
- SchemaConstraints.cs
- xml.cs
- SelectionRange.cs
- ManualResetEvent.cs
- AssemblyResolver.cs
- IIS7UserPrincipal.cs
- ProviderConnectionPointCollection.cs
- SpeakInfo.cs
- Block.cs
- IconBitmapDecoder.cs
- RequestCacheManager.cs
- DoubleAnimationUsingPath.cs
- Parser.cs
- StatusBar.cs
- HwndSource.cs
- XmlAggregates.cs
- UserMapPath.cs
- CommonRemoteMemoryBlock.cs
- CompiledQueryCacheKey.cs
- AssemblyHelper.cs
- ToolBarOverflowPanel.cs
- URLString.cs
- DataBindingCollection.cs
- CrossSiteScriptingValidation.cs
- DataSpaceManager.cs
- SafeUserTokenHandle.cs
- Style.cs
- GPRECT.cs
- ColumnWidthChangingEvent.cs
- XmlValueConverter.cs
- ColumnCollection.cs
- cookie.cs
- filewebresponse.cs
- FilterableData.cs
- ToolStripPanelRow.cs
- OleDbSchemaGuid.cs
- FontInfo.cs
- PropertyManager.cs
- ProxyManager.cs
- EntityClientCacheKey.cs
- DNS.cs
- TagPrefixCollection.cs
- IdnMapping.cs
- SystemPens.cs
- EventPrivateKey.cs
- DataGridViewCellFormattingEventArgs.cs
- CapabilitiesState.cs
- FeatureManager.cs
- SingleQueryOperator.cs
- versioninfo.cs
- DataGridViewCellStyle.cs
- Pkcs7Signer.cs
- DataGridViewBindingCompleteEventArgs.cs
- Label.cs
- ClientData.cs
- DocumentApplicationJournalEntry.cs
- RTLAwareMessageBox.cs
- HandlerBase.cs
- WebControlToolBoxItem.cs
- AutomationElementCollection.cs
- MasterPageParser.cs
- RandomDelayQueuedSendsAsyncResult.cs
- ParameterDataSourceExpression.cs
- HMACRIPEMD160.cs
- CodePropertyReferenceExpression.cs
- ExecutionEngineException.cs
- TerminatorSinks.cs
- EndpointInfo.cs
- WebZone.cs
- System.Data_BID.cs
- UserMapPath.cs
- BevelBitmapEffect.cs
- FixedSOMGroup.cs
- Aggregates.cs
- Decorator.cs
- SwitchAttribute.cs
- WebConvert.cs
- PerformanceCounterPermissionAttribute.cs
- MetadataCacheItem.cs
- ZipFileInfoCollection.cs
- FilterException.cs
- PasswordPropertyTextAttribute.cs
- HttpPostedFile.cs
- ListViewUpdateEventArgs.cs
- XmlSchema.cs
- SqlTriggerContext.cs
- CodeTypeMemberCollection.cs
- PriorityBinding.cs
- SimpleHandlerFactory.cs
- TextTreeText.cs
- SslStream.cs