Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / clr / src / BCL / System / Security / Cryptography / AsymmetricKeyExchangeDeformatter.cs / 1 / AsymmetricKeyExchangeDeformatter.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // // AsymmetricKeyExchangeDeformatter.cs // namespace System.Security.Cryptography { using System; [System.Runtime.InteropServices.ComVisible(true)] public abstract class AsymmetricKeyExchangeDeformatter { // // protected constructors // protected AsymmetricKeyExchangeDeformatter() { } // // public properties // public abstract String Parameters { get; set; } // // public methods // abstract public void SetKey(AsymmetricAlgorithm key); abstract public byte[] DecryptKeyExchange(byte[] rgb); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // // AsymmetricKeyExchangeDeformatter.cs // namespace System.Security.Cryptography { using System; [System.Runtime.InteropServices.ComVisible(true)] public abstract class AsymmetricKeyExchangeDeformatter { // // protected constructors // protected AsymmetricKeyExchangeDeformatter() { } // // public properties // public abstract String Parameters { get; set; } // // public methods // abstract public void SetKey(AsymmetricAlgorithm key); abstract public byte[] DecryptKeyExchange(byte[] rgb); } } // 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
- WinEventQueueItem.cs
- TagNameToTypeMapper.cs
- Logging.cs
- AuthenticationModuleElement.cs
- DataGridViewColumnCollectionDialog.cs
- Canvas.cs
- GrammarBuilderWildcard.cs
- TreeViewImageGenerator.cs
- DelegateHelpers.cs
- XmlEncodedRawTextWriter.cs
- selecteditemcollection.cs
- TimeEnumHelper.cs
- MobileTextWriter.cs
- DataKeyArray.cs
- ContextQuery.cs
- UrlMappingsModule.cs
- Transform.cs
- HWStack.cs
- ByteConverter.cs
- initElementDictionary.cs
- RoleService.cs
- SafeSecurityHandles.cs
- ColumnWidthChangingEvent.cs
- SystemResourceHost.cs
- IndexExpression.cs
- SymbolMethod.cs
- SqlDataSourceConnectionPanel.cs
- ScopelessEnumAttribute.cs
- DecoderReplacementFallback.cs
- ValueTable.cs
- TreeSet.cs
- sqlpipe.cs
- MemberPath.cs
- WebPageTraceListener.cs
- RelationshipConverter.cs
- StsCommunicationException.cs
- BlockExpression.cs
- InputReport.cs
- FixedElement.cs
- Control.cs
- SurrogateDataContract.cs
- XmlAnyAttributeAttribute.cs
- PersonalizableAttribute.cs
- SecurityTokenContainer.cs
- CheckBoxBaseAdapter.cs
- ServiceOperationParameter.cs
- InvalidFilterCriteriaException.cs
- BindingObserver.cs
- ErrorFormatterPage.cs
- SelectionUIHandler.cs
- RelationshipManager.cs
- Application.cs
- MappingException.cs
- SaveFileDialog.cs
- DataComponentGenerator.cs
- TrustLevel.cs
- ScrollPatternIdentifiers.cs
- DataGridViewColumnConverter.cs
- XmlToDatasetMap.cs
- PrintDocument.cs
- SessionEndedEventArgs.cs
- RC2CryptoServiceProvider.cs
- Stack.cs
- RenamedEventArgs.cs
- ObjectNavigationPropertyMapping.cs
- FieldNameLookup.cs
- MemoryMappedView.cs
- PreviewPageInfo.cs
- InvalidPipelineStoreException.cs
- WebBrowserNavigatedEventHandler.cs
- TextTreeTextElementNode.cs
- UserPreferenceChangingEventArgs.cs
- SettingsPropertyWrongTypeException.cs
- UDPClient.cs
- XmlAttributeOverrides.cs
- DBPropSet.cs
- ImageCodecInfo.cs
- FormatterServices.cs
- CodeArrayCreateExpression.cs
- _UriSyntax.cs
- EdmToObjectNamespaceMap.cs
- XPathChildIterator.cs
- CodeDirectiveCollection.cs
- CompositeControl.cs
- PageCatalogPart.cs
- EntityContainerEntitySetDefiningQuery.cs
- ReachVisualSerializer.cs
- Ray3DHitTestResult.cs
- AppDomainShutdownMonitor.cs
- ScopedKnownTypes.cs
- HttpCookieCollection.cs
- HttpModuleAction.cs
- ISessionStateStore.cs
- XmlAutoDetectWriter.cs
- LongCountAggregationOperator.cs
- QilBinary.cs
- X500Name.cs
- XmlDataSource.cs
- StreamMarshaler.cs
- ProcessInputEventArgs.cs