Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / security / system / security / authentication / ExtendedProtection / ChannelBinding.cs / 1305376 / ChannelBinding.cs
//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System.Runtime.ConstrainedExecution; using System.Runtime.InteropServices; using Microsoft.Win32.SafeHandles; namespace System.Security.Authentication.ExtendedProtection { public abstract class ChannelBinding : SafeHandleZeroOrMinusOneIsInvalid { protected ChannelBinding() : base(true) { } protected ChannelBinding(bool ownsHandle) : base(ownsHandle) { } public abstract int Size { get; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System.Runtime.ConstrainedExecution; using System.Runtime.InteropServices; using Microsoft.Win32.SafeHandles; namespace System.Security.Authentication.ExtendedProtection { public abstract class ChannelBinding : SafeHandleZeroOrMinusOneIsInvalid { protected ChannelBinding() : base(true) { } protected ChannelBinding(bool ownsHandle) : base(ownsHandle) { } public abstract int Size { get; } } } // 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
- GenericAuthenticationEventArgs.cs
- RuleCache.cs
- Viewport2DVisual3D.cs
- OracleTransaction.cs
- XmlSchemaAnyAttribute.cs
- WarningException.cs
- IPCCacheManager.cs
- ProfileSection.cs
- TextParagraphProperties.cs
- WSSecureConversationFeb2005.cs
- WindowsImpersonationContext.cs
- NamedObject.cs
- Metafile.cs
- ComponentCommands.cs
- BooleanFunctions.cs
- PrimaryKeyTypeConverter.cs
- MaskInputRejectedEventArgs.cs
- autovalidator.cs
- EmbeddedMailObjectsCollection.cs
- GACIdentityPermission.cs
- DomNameTable.cs
- Tuple.cs
- RemotingHelper.cs
- XhtmlBasicSelectionListAdapter.cs
- TypeInfo.cs
- SchemaNames.cs
- XPathDocument.cs
- ControlValuePropertyAttribute.cs
- FloatMinMaxAggregationOperator.cs
- ArithmeticException.cs
- VirtualPath.cs
- PackageFilter.cs
- JsonReaderDelegator.cs
- AtomMaterializer.cs
- TextBreakpoint.cs
- NullableConverter.cs
- WeakEventManager.cs
- Decimal.cs
- SizeLimitedCache.cs
- DoubleLinkList.cs
- ClientFormsIdentity.cs
- EmptyStringExpandableObjectConverter.cs
- ObjectHandle.cs
- EditorAttribute.cs
- EntityDataSourceSelectingEventArgs.cs
- GcSettings.cs
- LZCodec.cs
- BufferedReceiveElement.cs
- ComplusEndpointConfigContainer.cs
- CodeLinePragma.cs
- PathTooLongException.cs
- TrustLevelCollection.cs
- CodeSnippetExpression.cs
- NavigationEventArgs.cs
- DebugController.cs
- FactoryGenerator.cs
- DescendentsWalkerBase.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- HttpClientCertificate.cs
- MobilePage.cs
- AttachmentService.cs
- DrawingImage.cs
- PointHitTestParameters.cs
- GridItem.cs
- HebrewCalendar.cs
- DesignerActionListCollection.cs
- ConnectionManagementSection.cs
- MimeTextImporter.cs
- _BaseOverlappedAsyncResult.cs
- ServiceObjectContainer.cs
- PictureBox.cs
- SelectionProcessor.cs
- _SecureChannel.cs
- LinkedResource.cs
- WebBrowserNavigatedEventHandler.cs
- XmlSchemaSimpleTypeUnion.cs
- BigIntegerStorage.cs
- Rect3DConverter.cs
- Pts.cs
- FixedHyperLink.cs
- ProcessThread.cs
- QueryContinueDragEvent.cs
- SQLSingle.cs
- PrimitiveXmlSerializers.cs
- UserThread.cs
- FontStyles.cs
- TextSimpleMarkerProperties.cs
- XmlUnspecifiedAttribute.cs
- SimplePropertyEntry.cs
- GeometryConverter.cs
- ByteStreamMessageEncoderFactory.cs
- FunctionUpdateCommand.cs
- DataColumnMapping.cs
- LinearGradientBrush.cs
- DataTableCollection.cs
- StateMachineAction.cs
- SQLBoolean.cs
- Internal.cs
- SmtpException.cs
- PropertyExpression.cs