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 / 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); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // 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); } } // 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
- FlowLayoutSettings.cs
- CodeAccessPermission.cs
- Table.cs
- BitmapEffectGeneralTransform.cs
- InplaceBitmapMetadataWriter.cs
- OdbcConnectionHandle.cs
- _AcceptOverlappedAsyncResult.cs
- ToolStripItemDesigner.cs
- Avt.cs
- XamlLoadErrorInfo.cs
- PointLightBase.cs
- TypeForwardedToAttribute.cs
- KoreanLunisolarCalendar.cs
- SqlParameterCollection.cs
- UrlMappingsSection.cs
- ProbeMatches11.cs
- GrammarBuilderWildcard.cs
- GetWinFXPath.cs
- SortDescription.cs
- Animatable.cs
- SqlCrossApplyToCrossJoin.cs
- BCLDebug.cs
- CompoundFileDeflateTransform.cs
- MouseOverProperty.cs
- InputLanguageManager.cs
- CustomCredentialPolicy.cs
- TypeToArgumentTypeConverter.cs
- ComponentFactoryHelpers.cs
- GregorianCalendarHelper.cs
- DataGridViewCellLinkedList.cs
- DataViewSetting.cs
- _LoggingObject.cs
- UnionCqlBlock.cs
- DataColumnMapping.cs
- DrawingContext.cs
- InheritanceContextChangedEventManager.cs
- ElasticEase.cs
- NumberSubstitution.cs
- PagePropertiesChangingEventArgs.cs
- SqlComparer.cs
- PermissionRequestEvidence.cs
- ToolBarPanel.cs
- RijndaelManagedTransform.cs
- IxmlLineInfo.cs
- ErrorsHelper.cs
- ObjectDataSourceDisposingEventArgs.cs
- HtmlWindowCollection.cs
- ComponentChangingEvent.cs
- GraphicsContext.cs
- MarkerProperties.cs
- InfoCardRSAOAEPKeyExchangeFormatter.cs
- ToolboxDataAttribute.cs
- SeverityFilter.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- CompositeControl.cs
- TypeConverterBase.cs
- QueryTask.cs
- StrokeCollection2.cs
- PropertyValueUIItem.cs
- IImplicitResourceProvider.cs
- ButtonBase.cs
- WindowsImpersonationContext.cs
- RegistryHandle.cs
- EditorPartChrome.cs
- DoubleSumAggregationOperator.cs
- Mutex.cs
- DynamicDiscoSearcher.cs
- CommentAction.cs
- AccessViolationException.cs
- EntityDataSourceEntityTypeFilterItem.cs
- ProfilePropertySettings.cs
- SynchronizedDispatch.cs
- HatchBrush.cs
- TypeToken.cs
- TheQuery.cs
- Attribute.cs
- WebPartConnectionsCancelVerb.cs
- FormClosedEvent.cs
- OracleParameter.cs
- EventProviderWriter.cs
- PrivilegeNotHeldException.cs
- BaseDataBoundControl.cs
- WizardForm.cs
- ActivityIdHeader.cs
- RegexCode.cs
- SqlDataSource.cs
- Buffer.cs
- ResourceManager.cs
- DesignerWebPartChrome.cs
- SessionStateItemCollection.cs
- TrueReadOnlyCollection.cs
- PaperSource.cs
- DataSourceConverter.cs
- AsymmetricAlgorithm.cs
- XmlILOptimizerVisitor.cs
- AttributeQuery.cs
- MappingSource.cs
- SmtpAuthenticationManager.cs
- DiagnosticsConfigurationHandler.cs
- EdgeProfileValidation.cs