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
- DependencySource.cs
- ConfigDefinitionUpdates.cs
- GlyphingCache.cs
- RootBrowserWindowProxy.cs
- MulticastDelegate.cs
- SqlDataSourceSelectingEventArgs.cs
- AttributeCollection.cs
- CachingParameterInspector.cs
- Exceptions.cs
- BindingParameterCollection.cs
- ComUdtElement.cs
- OleAutBinder.cs
- ImageIndexConverter.cs
- GradientStop.cs
- CodeDelegateInvokeExpression.cs
- UriExt.cs
- SingleAnimationUsingKeyFrames.cs
- SystemIPGlobalProperties.cs
- ObjectIDGenerator.cs
- BigInt.cs
- WorkflowNamespace.cs
- DataGridViewDataErrorEventArgs.cs
- _BufferOffsetSize.cs
- FontDriver.cs
- TextLineBreak.cs
- DataGridViewRowHeaderCell.cs
- StringValidator.cs
- XmlSchemaDatatype.cs
- DateTimeSerializationSection.cs
- FixedSOMLineRanges.cs
- bindurihelper.cs
- InvalidComObjectException.cs
- FeatureSupport.cs
- Pen.cs
- DBAsyncResult.cs
- IsolatedStorageException.cs
- XmlQualifiedName.cs
- ListItem.cs
- SendingRequestEventArgs.cs
- SurrogateEncoder.cs
- SmuggledIUnknown.cs
- SetterBaseCollection.cs
- Util.cs
- BitVec.cs
- OleDbErrorCollection.cs
- ProfilePropertySettingsCollection.cs
- ComUdtElementCollection.cs
- DataGridViewCellPaintingEventArgs.cs
- SslStreamSecurityBindingElement.cs
- ServicePoint.cs
- SingleAnimationBase.cs
- SqlDuplicator.cs
- WindowsListViewGroup.cs
- ProcessModelSection.cs
- SafeRightsManagementSessionHandle.cs
- RowTypeElement.cs
- ListMarkerLine.cs
- TdsParameterSetter.cs
- CheckedListBox.cs
- SqlProvider.cs
- NativeMethods.cs
- XmlTypeMapping.cs
- StrongNamePublicKeyBlob.cs
- SecurityUtils.cs
- HtmlString.cs
- WebCategoryAttribute.cs
- TargetInvocationException.cs
- HttpWebResponse.cs
- DataObjectCopyingEventArgs.cs
- SQLInt16.cs
- HMAC.cs
- MimeTypeMapper.cs
- SqlDataSourceCache.cs
- UnknownBitmapDecoder.cs
- DirectoryNotFoundException.cs
- PtsPage.cs
- CapabilitiesUse.cs
- SQLGuidStorage.cs
- ComponentResourceKeyConverter.cs
- ChannelSinkStacks.cs
- ConfigurationElementCollection.cs
- TrimSurroundingWhitespaceAttribute.cs
- WebReference.cs
- DrawListViewSubItemEventArgs.cs
- NetCodeGroup.cs
- _StreamFramer.cs
- HtmlInputHidden.cs
- RegexReplacement.cs
- RtfToXamlLexer.cs
- RequestQueue.cs
- DurableRuntimeValidator.cs
- DependencyObjectType.cs
- CheckBox.cs
- TableCell.cs
- ExpressionVisitorHelpers.cs
- VirtualPath.cs
- SocketElement.cs
- Mutex.cs
- TreeBuilder.cs
- SQLBinaryStorage.cs