Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / PolicyChain.cs / 1305376 / PolicyChain.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.IdentityModel.Selectors { using System; using System.Collections.Generic; using System.IO; using System.Runtime.InteropServices; using System.Text; using System.Xml; // // For common // using Microsoft.InfoCards; // // Summary: // This class wraps and manages the lifetime of an array of PolicyElements that are to be Marshaled to // native memory. // internal class PolicyChain : IDisposable { HGlobalSafeHandle m_nativeChain; InternalPolicyElement[] m_chain; public int Length { get { return m_chain.Length; } } public PolicyChain( CardSpacePolicyElement[ ] elements ) { int length = elements.Length; m_chain = new InternalPolicyElement[ length ]; for( int i = 0; i < length; i++ ) { m_chain[ i ] = new InternalPolicyElement( elements[ i ] ); } } public SafeHandle DoMarshal() { if( null == m_nativeChain ) { int elementSize = InternalPolicyElement.Size; int chainLength = m_chain.Length; m_nativeChain = HGlobalSafeHandle.Construct( chainLength * elementSize ); IntPtr pos = m_nativeChain.DangerousGetHandle(); foreach( InternalPolicyElement element in m_chain ) { element.DoMarshal( pos ); unsafe { // // All this just to do pos += elementSize // pos = new IntPtr( (long)( ( (ulong) pos.ToPointer() ) + (ulong) elementSize ) ); } } } return m_nativeChain; } public void Dispose() { Dispose( true ); } ~PolicyChain() { Dispose( false ); } private void Dispose( bool disposing ) { if( disposing ) { GC.SuppressFinalize( this ); } if( null != m_chain ) { foreach( InternalPolicyElement element in m_chain ) { if( null != element ) { element.Dispose(); } } m_chain = null; } if( null != m_nativeChain ) { m_nativeChain.Dispose(); } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.IdentityModel.Selectors { using System; using System.Collections.Generic; using System.IO; using System.Runtime.InteropServices; using System.Text; using System.Xml; // // For common // using Microsoft.InfoCards; // // Summary: // This class wraps and manages the lifetime of an array of PolicyElements that are to be Marshaled to // native memory. // internal class PolicyChain : IDisposable { HGlobalSafeHandle m_nativeChain; InternalPolicyElement[] m_chain; public int Length { get { return m_chain.Length; } } public PolicyChain( CardSpacePolicyElement[ ] elements ) { int length = elements.Length; m_chain = new InternalPolicyElement[ length ]; for( int i = 0; i < length; i++ ) { m_chain[ i ] = new InternalPolicyElement( elements[ i ] ); } } public SafeHandle DoMarshal() { if( null == m_nativeChain ) { int elementSize = InternalPolicyElement.Size; int chainLength = m_chain.Length; m_nativeChain = HGlobalSafeHandle.Construct( chainLength * elementSize ); IntPtr pos = m_nativeChain.DangerousGetHandle(); foreach( InternalPolicyElement element in m_chain ) { element.DoMarshal( pos ); unsafe { // // All this just to do pos += elementSize // pos = new IntPtr( (long)( ( (ulong) pos.ToPointer() ) + (ulong) elementSize ) ); } } } return m_nativeChain; } public void Dispose() { Dispose( true ); } ~PolicyChain() { Dispose( false ); } private void Dispose( bool disposing ) { if( disposing ) { GC.SuppressFinalize( this ); } if( null != m_chain ) { foreach( InternalPolicyElement element in m_chain ) { if( null != element ) { element.Dispose(); } } m_chain = null; } if( null != m_nativeChain ) { m_nativeChain.Dispose(); } } } } // 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
- RoutedEventValueSerializer.cs
- SpecularMaterial.cs
- MouseGestureConverter.cs
- HttpBrowserCapabilitiesWrapper.cs
- HtmlInputPassword.cs
- ImmutablePropertyDescriptorGridEntry.cs
- ProfilePropertyNameValidator.cs
- ResetableIterator.cs
- DelegateHelpers.cs
- AvTrace.cs
- FormsAuthenticationCredentials.cs
- SignatureDescription.cs
- DiscoveryMessageSequenceGenerator.cs
- CompiledQueryCacheEntry.cs
- PersonalizationStateInfo.cs
- AxHost.cs
- InheritanceUI.cs
- SQLDouble.cs
- XmlDigitalSignatureProcessor.cs
- WhereaboutsReader.cs
- DataObject.cs
- DataRelationCollection.cs
- DesignTimeParseData.cs
- ConstraintEnumerator.cs
- securitymgrsite.cs
- ExceptionUtil.cs
- ImageBrush.cs
- MenuItem.cs
- DispatcherTimer.cs
- UnsupportedPolicyOptionsException.cs
- FlowDocumentReader.cs
- DataStreamFromComStream.cs
- SqlFlattener.cs
- OleDbCommandBuilder.cs
- ClientSideQueueItem.cs
- XPathExpr.cs
- FrameworkContentElementAutomationPeer.cs
- WebResourceUtil.cs
- NativeCompoundFileAPIs.cs
- DataSourceXmlTextReader.cs
- KeyedCollection.cs
- ActivityBuilderHelper.cs
- FilteredXmlReader.cs
- RowSpanVector.cs
- EventWaitHandle.cs
- SqlReorderer.cs
- SQLDouble.cs
- GridViewRow.cs
- HebrewCalendar.cs
- AssociatedControlConverter.cs
- CollectionCodeDomSerializer.cs
- SqlParameter.cs
- Update.cs
- HandlerFactoryCache.cs
- JoinGraph.cs
- PointAnimationBase.cs
- TypeUtil.cs
- CheckBoxPopupAdapter.cs
- Int64Animation.cs
- TreeIterator.cs
- RegexCaptureCollection.cs
- NativeMethodsCLR.cs
- ValidationRuleCollection.cs
- CodeMemberEvent.cs
- KeysConverter.cs
- LinkUtilities.cs
- MediaEntryAttribute.cs
- XPathDocumentIterator.cs
- ErrorLog.cs
- UnSafeCharBuffer.cs
- Int32.cs
- SQLGuidStorage.cs
- DataGridColumn.cs
- HebrewNumber.cs
- EntitySqlQueryBuilder.cs
- BitmapEffectGeneralTransform.cs
- RC2.cs
- StrokeNodeOperations2.cs
- KeyInterop.cs
- BamlCollectionHolder.cs
- WmlLinkAdapter.cs
- ShaderRenderModeValidation.cs
- HScrollProperties.cs
- ProtocolsSection.cs
- EventHandlers.cs
- XmlWrappingReader.cs
- HwndPanningFeedback.cs
- RuntimeUtils.cs
- ToolstripProfessionalRenderer.cs
- path.cs
- XsltInput.cs
- ThreadAttributes.cs
- RequestTimeoutManager.cs
- SafeCoTaskMem.cs
- ItemsPresenter.cs
- PropertyValueChangedEvent.cs
- DataGridViewCellStyleChangedEventArgs.cs
- XmlSignificantWhitespace.cs
- SHA512Managed.cs
- AncillaryOps.cs