Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / clr / src / BCL / System / Security / Cryptography / AsymmetricKeyExchangeFormatter.cs / 1 / AsymmetricKeyExchangeFormatter.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // // AsymmetricKeyExchangeFormatter.cs // namespace System.Security.Cryptography { using System; [System.Runtime.InteropServices.ComVisible(true)] public abstract class AsymmetricKeyExchangeFormatter { // // protected constructors // protected AsymmetricKeyExchangeFormatter() { } // // public properties // public abstract String Parameters { get; } // // public methods // abstract public void SetKey(AsymmetricAlgorithm key); abstract public byte[] CreateKeyExchange(byte[] data); abstract public byte[] CreateKeyExchange(byte[] data, Type symAlgType); } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FtpWebRequest.cs
- InvokeHandlers.cs
- GenericTextProperties.cs
- AsmxEndpointPickerExtension.cs
- SafeLocalAllocation.cs
- OneOfElement.cs
- Dispatcher.cs
- CustomValidator.cs
- StateMachine.cs
- ContentHostHelper.cs
- DynamicValidator.cs
- IsolatedStorageException.cs
- MimeMultiPart.cs
- DataTableClearEvent.cs
- IndentedWriter.cs
- OneWayChannelFactory.cs
- PropertyDescriptorGridEntry.cs
- HttpConfigurationContext.cs
- DirectoryObjectSecurity.cs
- WebBrowserNavigatedEventHandler.cs
- TextRange.cs
- Frame.cs
- EntityContainerEmitter.cs
- ProcessManager.cs
- SecurityTokenRequirement.cs
- GeneralTransform2DTo3DTo2D.cs
- EntityException.cs
- _Semaphore.cs
- UrlMappingsModule.cs
- BuildProvidersCompiler.cs
- CodeArrayIndexerExpression.cs
- DataColumnMappingCollection.cs
- RestrictedTransactionalPackage.cs
- WindowsIdentity.cs
- ArrayWithOffset.cs
- ManualResetEventSlim.cs
- CollectionViewSource.cs
- PolicyException.cs
- RuleSettingsCollection.cs
- CfgParser.cs
- FilterableAttribute.cs
- SymbolEqualComparer.cs
- Point3DCollectionValueSerializer.cs
- SqlOuterApplyReducer.cs
- DeclaredTypeValidatorAttribute.cs
- CompositeCollectionView.cs
- DSACryptoServiceProvider.cs
- SchemaElementDecl.cs
- XmlDownloadManager.cs
- StrokeCollectionConverter.cs
- DataGridHeadersVisibilityToVisibilityConverter.cs
- ToolStripGrip.cs
- PathSegment.cs
- RowCache.cs
- DataGridViewCellValidatingEventArgs.cs
- RowVisual.cs
- IERequestCache.cs
- AttributeUsageAttribute.cs
- GetReadStreamResult.cs
- ExtentCqlBlock.cs
- SoapFormatterSinks.cs
- DataGridViewBand.cs
- XamlStyleSerializer.cs
- DrawingServices.cs
- BypassElementCollection.cs
- ScrollItemPatternIdentifiers.cs
- MappedMetaModel.cs
- IndicCharClassifier.cs
- ParameterModifier.cs
- IdentityManager.cs
- SqlRewriteScalarSubqueries.cs
- URLString.cs
- AspCompat.cs
- PolicyValidator.cs
- PropertyConverter.cs
- MasterPageParser.cs
- Attributes.cs
- DataGrid.cs
- OleDbStruct.cs
- KernelTypeValidation.cs
- sqlinternaltransaction.cs
- InputProcessorProfiles.cs
- XPathBinder.cs
- SafeCryptoHandles.cs
- DataViewListener.cs
- ProgressBar.cs
- HostedTransportConfigurationBase.cs
- PropertyEntry.cs
- DBCommand.cs
- DataGridViewCellStyle.cs
- SingleStorage.cs
- FilteredAttributeCollection.cs
- ApplicationFileCodeDomTreeGenerator.cs
- InteropEnvironment.cs
- StorageSetMapping.cs
- PageCodeDomTreeGenerator.cs
- XmlCDATASection.cs
- CodeFieldReferenceExpression.cs
- PrintControllerWithStatusDialog.cs
- HideDisabledControlAdapter.cs