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
- X509CertificateCollection.cs
- PtsCache.cs
- PlaceHolder.cs
- CodeDomDecompiler.cs
- DocumentApplicationJournalEntry.cs
- TickBar.cs
- BuildManager.cs
- DocumentPageView.cs
- XMLUtil.cs
- ZipIOModeEnforcingStream.cs
- UIElementAutomationPeer.cs
- ExecutorLocksHeldException.cs
- TransformConverter.cs
- InlinedAggregationOperator.cs
- OrderPreservingSpoolingTask.cs
- LiteralLink.cs
- ContactManager.cs
- FrameSecurityDescriptor.cs
- RawMouseInputReport.cs
- KerberosSecurityTokenAuthenticator.cs
- SqlCommand.cs
- ZipFileInfoCollection.cs
- ReadOnlyPropertyMetadata.cs
- XmlWrappingReader.cs
- SectionUpdates.cs
- AggregateNode.cs
- DesignerCapabilities.cs
- xdrvalidator.cs
- ColumnPropertiesGroup.cs
- OperationAbortedException.cs
- TextSelection.cs
- mediaclock.cs
- Exception.cs
- BufferedWebEventProvider.cs
- DocumentReference.cs
- Int32CAMarshaler.cs
- MemberHolder.cs
- Brushes.cs
- TextSelectionHighlightLayer.cs
- MatrixTransform3D.cs
- RelationshipNavigation.cs
- UntypedNullExpression.cs
- DataColumnChangeEvent.cs
- DynamicPhysicalDiscoSearcher.cs
- ItemsControlAutomationPeer.cs
- PageRouteHandler.cs
- SystemWebCachingSectionGroup.cs
- TemplateBamlTreeBuilder.cs
- FlagsAttribute.cs
- ImportContext.cs
- CompiledQuery.cs
- HtmlUtf8RawTextWriter.cs
- ActivityTrace.cs
- BuildResult.cs
- Cursor.cs
- XmlSchemaSimpleContentExtension.cs
- SpellCheck.cs
- ManagedCodeMarkers.cs
- ObjectTypeMapping.cs
- PassportAuthenticationEventArgs.cs
- ClientCultureInfo.cs
- ChannelAcceptor.cs
- GridViewColumn.cs
- WmlLiteralTextAdapter.cs
- Button.cs
- ProxyElement.cs
- JpegBitmapEncoder.cs
- latinshape.cs
- OraclePermissionAttribute.cs
- ReferencedCollectionType.cs
- SupportsEventValidationAttribute.cs
- Pkcs7Signer.cs
- ECDsaCng.cs
- FileDialog.cs
- TraceSection.cs
- GeometryCollection.cs
- SectionInput.cs
- EvidenceTypeDescriptor.cs
- CDSsyncETWBCLProvider.cs
- SqlDataSourceView.cs
- DataGridViewCellEventArgs.cs
- StringDictionaryCodeDomSerializer.cs
- TriggerCollection.cs
- ManipulationDeltaEventArgs.cs
- XPathSelfQuery.cs
- IdnMapping.cs
- ImageFormat.cs
- AndCondition.cs
- ObjectListItem.cs
- DocumentViewerHelper.cs
- LightweightCodeGenerator.cs
- EmbeddedMailObjectCollectionEditor.cs
- TraceData.cs
- PriorityRange.cs
- ErrorTableItemStyle.cs
- CatalogPart.cs
- DataMisalignedException.cs
- XmlSchemaComplexContent.cs
- AnonymousIdentificationModule.cs
- SystemFonts.cs