Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DbReferenceCollection.cs
- ItemCheckedEvent.cs
- DataObjectFieldAttribute.cs
- HandleCollector.cs
- ExceptionUtil.cs
- EditingScopeUndoUnit.cs
- PerformanceCounterCategory.cs
- SerialReceived.cs
- DataServiceHostFactory.cs
- SizeChangedInfo.cs
- MimeMapping.cs
- ExceptionHandler.cs
- ZipIOLocalFileDataDescriptor.cs
- PixelShader.cs
- ParenthesizePropertyNameAttribute.cs
- DataComponentNameHandler.cs
- CharUnicodeInfo.cs
- NotificationContext.cs
- WorkflowWebHostingModule.cs
- DataFieldEditor.cs
- PublishLicense.cs
- PeerEndPoint.cs
- NetDataContractSerializer.cs
- EntityStoreSchemaGenerator.cs
- FormViewDeletedEventArgs.cs
- DBNull.cs
- FixedPage.cs
- ProxySimple.cs
- ProfessionalColors.cs
- FontClient.cs
- WinEventWrap.cs
- NegatedCellConstant.cs
- Pen.cs
- RangeContentEnumerator.cs
- TextServicesHost.cs
- SecurityHeaderElementInferenceEngine.cs
- DelegateHelpers.cs
- CommandTreeTypeHelper.cs
- XmlElement.cs
- WebConfigurationManager.cs
- Point3DAnimationUsingKeyFrames.cs
- ConfigurationManagerHelper.cs
- ToolboxItemAttribute.cs
- DesignerLinkAdapter.cs
- CompiledRegexRunnerFactory.cs
- XmlSiteMapProvider.cs
- ChangePassword.cs
- FontFamily.cs
- EmptyWithCancelationCheckWorkItem.cs
- Variable.cs
- CollectionBuilder.cs
- FontStyles.cs
- RetriableClipboard.cs
- DataGridSortCommandEventArgs.cs
- IncrementalCompileAnalyzer.cs
- GroupQuery.cs
- DPTypeDescriptorContext.cs
- DllNotFoundException.cs
- MouseButton.cs
- NamedPipeTransportElement.cs
- DynamicValueConverter.cs
- NullRuntimeConfig.cs
- AccessDataSource.cs
- FormsAuthenticationEventArgs.cs
- InvokeProviderWrapper.cs
- VariableAction.cs
- TemplatePagerField.cs
- ContentTextAutomationPeer.cs
- SqlCharStream.cs
- AnchoredBlock.cs
- DesigntimeLicenseContextSerializer.cs
- FlowSwitchDesigner.xaml.cs
- ResXFileRef.cs
- DesignBindingEditor.cs
- CodeSubDirectory.cs
- HotSpotCollection.cs
- SiteMapNodeItemEventArgs.cs
- AmbiguousMatchException.cs
- ActivityXRefConverter.cs
- FormViewModeEventArgs.cs
- ICollection.cs
- CodeObjectCreateExpression.cs
- InputReportEventArgs.cs
- MimeXmlImporter.cs
- HelpInfo.cs
- PopupControlService.cs
- BitmapMetadata.cs
- AppDomain.cs
- MetadataItemCollectionFactory.cs
- TypeDependencyAttribute.cs
- InputLanguageManager.cs
- ConvertersCollection.cs
- ControlType.cs
- ServicePoint.cs
- EntityKeyElement.cs
- LinkClickEvent.cs
- RTLAwareMessageBox.cs
- SQLDecimalStorage.cs
- BlobPersonalizationState.cs
- WindowsTooltip.cs