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
- AsyncPostBackTrigger.cs
- MatrixAnimationUsingPath.cs
- DeclarativeCatalogPart.cs
- QilIterator.cs
- CloseSequenceResponse.cs
- AllMembershipCondition.cs
- ResetableIterator.cs
- LineProperties.cs
- CodeValidator.cs
- DataControlExtensions.cs
- HtmlTableCellCollection.cs
- UserControl.cs
- RadioButton.cs
- VisualBasicHelper.cs
- SeparatorAutomationPeer.cs
- File.cs
- ListItemParagraph.cs
- loginstatus.cs
- SqlDataSourceAdvancedOptionsForm.cs
- BaseParaClient.cs
- PagerSettings.cs
- StickyNoteHelper.cs
- CodePageUtils.cs
- OutputCacheSettingsSection.cs
- SqlNodeTypeOperators.cs
- CancelAsyncOperationRequest.cs
- Storyboard.cs
- RegistrationContext.cs
- QuaternionIndependentAnimationStorage.cs
- ProcessThread.cs
- Polyline.cs
- BitmapMetadata.cs
- EventMappingSettingsCollection.cs
- DeploymentExceptionMapper.cs
- TemplatedMailWebEventProvider.cs
- NumberSubstitution.cs
- UnsafeNativeMethods.cs
- InputScopeManager.cs
- Gdiplus.cs
- OutputCacheSettingsSection.cs
- InlineUIContainer.cs
- ClientBuildManagerCallback.cs
- QuaternionKeyFrameCollection.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- Attributes.cs
- Misc.cs
- Misc.cs
- DataGridViewImageCell.cs
- DBAsyncResult.cs
- EndpointConfigContainer.cs
- OrderedDictionary.cs
- TabControl.cs
- ReversePositionQuery.cs
- XmlObjectSerializerReadContextComplex.cs
- CollectionViewGroup.cs
- SQLByte.cs
- SchemaTypeEmitter.cs
- ServiceAppDomainAssociationProvider.cs
- HotSpot.cs
- RSATokenProvider.cs
- SqlDependencyUtils.cs
- ListCommandEventArgs.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- UITypeEditors.cs
- SortableBindingList.cs
- OptimizedTemplateContent.cs
- RenderContext.cs
- HttpServerVarsCollection.cs
- NullReferenceException.cs
- DockProviderWrapper.cs
- LeftCellWrapper.cs
- StateDesigner.LayoutSelectionGlyph.cs
- DataGridViewRow.cs
- DataGridCaption.cs
- InputScopeNameConverter.cs
- CultureMapper.cs
- LinqDataSourceHelper.cs
- BitmapEffectDrawingContextWalker.cs
- ReadOnlyHierarchicalDataSource.cs
- XmlSchemaExternal.cs
- BaseConfigurationRecord.cs
- FontClient.cs
- XmlParser.cs
- StringDictionaryEditor.cs
- HierarchicalDataSourceControl.cs
- SectionUpdates.cs
- SelectionGlyph.cs
- Token.cs
- Stroke.cs
- SchemaImporterExtensionElementCollection.cs
- SecurityImpersonationBehavior.cs
- WebPartsSection.cs
- NamespaceMapping.cs
- RuntimeHelpers.cs
- RegexCaptureCollection.cs
- DbParameterCollection.cs
- MarginCollapsingState.cs
- WindowsSolidBrush.cs
- StatusBarPanel.cs
- KnownColorTable.cs