Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / IdentityModel / System / IdentityModel / Tokens / KerberosTicketHashIdentifierClause.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SafeRegistryHandle.cs
- TextCharacters.cs
- PngBitmapDecoder.cs
- GlyphingCache.cs
- DiagnosticTrace.cs
- WebRequest.cs
- RunInstallerAttribute.cs
- InputGestureCollection.cs
- LineVisual.cs
- AppSettingsExpressionBuilder.cs
- PolyLineSegment.cs
- SmtpMail.cs
- ImageFormatConverter.cs
- XmlFormatReaderGenerator.cs
- TemplateParser.cs
- TransactionInformation.cs
- ControlPaint.cs
- SelectionWordBreaker.cs
- TemplateContainer.cs
- ForwardPositionQuery.cs
- SecurityException.cs
- DoubleSumAggregationOperator.cs
- basenumberconverter.cs
- TypeSemantics.cs
- EntityDesignerBuildProvider.cs
- FtpWebResponse.cs
- OracleParameterBinding.cs
- DataServiceException.cs
- sqlstateclientmanager.cs
- WindowHideOrCloseTracker.cs
- WindowsHyperlink.cs
- Soap.cs
- SqlMethodCallConverter.cs
- XmlSerializableReader.cs
- SqlProfileProvider.cs
- CompilerErrorCollection.cs
- FormsAuthentication.cs
- ConfigurationValidatorBase.cs
- JsonUriDataContract.cs
- SortFieldComparer.cs
- ContractMapping.cs
- CurrencyWrapper.cs
- HttpProfileBase.cs
- MailWebEventProvider.cs
- Visitor.cs
- PopOutPanel.cs
- SchemaConstraints.cs
- UnsafeNativeMethods.cs
- DifferencingCollection.cs
- WorkflowDebuggerSteppingAttribute.cs
- Composition.cs
- FullTextState.cs
- TextRenderer.cs
- ElementHostAutomationPeer.cs
- CharacterString.cs
- Binding.cs
- MimeMultiPart.cs
- CallSiteBinder.cs
- SecurityCapabilities.cs
- XPathSelfQuery.cs
- CodeAttributeArgumentCollection.cs
- ChtmlTextWriter.cs
- XPathParser.cs
- HttpCapabilitiesBase.cs
- WorkflowTraceTransfer.cs
- DefaultAsyncDataDispatcher.cs
- AutomationPropertyInfo.cs
- Deflater.cs
- Crypto.cs
- GridViewUpdatedEventArgs.cs
- ListBase.cs
- LocalBuilder.cs
- SiteMapNode.cs
- FileDialogPermission.cs
- BufferBuilder.cs
- TableLayout.cs
- DBProviderConfigurationHandler.cs
- GridViewCommandEventArgs.cs
- SourceFilter.cs
- DiscoveryServerProtocol.cs
- XmlSchemaComplexContent.cs
- MetadataItem_Static.cs
- Rule.cs
- WindowsScrollBar.cs
- externdll.cs
- OdbcEnvironment.cs
- CollectionChangedEventManager.cs
- UMPAttributes.cs
- DirectoryInfo.cs
- ApplicationSecurityInfo.cs
- BindingCollection.cs
- GroupStyle.cs
- MissingManifestResourceException.cs
- TrackBarRenderer.cs
- AuthenticationServiceManager.cs
- KeyBinding.cs
- GradientPanel.cs
- RuleSettings.cs
- InvalidCastException.cs
- NetworkAddressChange.cs