Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Security / Cryptography / AsymmetricKeyExchangeFormatter.cs / 1305376 / 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
- PageDeviceFont.cs
- WebPartDescriptionCollection.cs
- SettingsBase.cs
- ImageDrawing.cs
- SoapElementAttribute.cs
- XPathNodeIterator.cs
- QuerySelectOp.cs
- CodeGeneratorAttribute.cs
- ObjectReferenceStack.cs
- TreeNode.cs
- WindowsUpDown.cs
- DataGridTableCollection.cs
- DbProviderConfigurationHandler.cs
- NativeMethods.cs
- PackWebResponse.cs
- CommonBehaviorsSection.cs
- Comparer.cs
- CompilerWrapper.cs
- _ConnectionGroup.cs
- ParserExtension.cs
- RectConverter.cs
- ColorConverter.cs
- ObjectDataSourceView.cs
- MetadataItemSerializer.cs
- TextPointer.cs
- _SpnDictionary.cs
- MediaSystem.cs
- UInt32.cs
- UndoEngine.cs
- DataListItemEventArgs.cs
- RTLAwareMessageBox.cs
- DetectEofStream.cs
- DesignerSelectionListAdapter.cs
- Model3D.cs
- DATA_BLOB.cs
- TargetParameterCountException.cs
- HtmlLinkAdapter.cs
- TreeViewHitTestInfo.cs
- ResourceExpressionBuilder.cs
- HttpListenerException.cs
- PageAsyncTaskManager.cs
- HTMLTagNameToTypeMapper.cs
- PanelContainerDesigner.cs
- RightNameExpirationInfoPair.cs
- DigitShape.cs
- WebPartEditorApplyVerb.cs
- SystemWebSectionGroup.cs
- FrameworkContentElementAutomationPeer.cs
- ServiceDescriptionReflector.cs
- LinkLabelLinkClickedEvent.cs
- SpeakInfo.cs
- SrgsDocumentParser.cs
- Typeface.cs
- Decimal.cs
- XmlAttributeAttribute.cs
- ScriptReference.cs
- FontConverter.cs
- OdbcFactory.cs
- FastPropertyAccessor.cs
- ServicePrincipalNameElement.cs
- ToolStripItemEventArgs.cs
- LayoutManager.cs
- TextRangeEdit.cs
- SharedTcpTransportManager.cs
- XmlAggregates.cs
- MenuItem.cs
- MdiWindowListStrip.cs
- CompilerError.cs
- CodeSubDirectoriesCollection.cs
- OverrideMode.cs
- Visual3D.cs
- InstanceHandle.cs
- DataObject.cs
- WebHeaderCollection.cs
- __ConsoleStream.cs
- PrimitiveList.cs
- UnicodeEncoding.cs
- MsdtcWrapper.cs
- HttpListenerException.cs
- EntitySetBaseCollection.cs
- MeasureItemEvent.cs
- MemberDomainMap.cs
- BeginEvent.cs
- CLSCompliantAttribute.cs
- AnnotationDocumentPaginator.cs
- UIHelper.cs
- TextMetrics.cs
- Crc32Helper.cs
- CodeCompiler.cs
- XPathNodeIterator.cs
- ScriptingWebServicesSectionGroup.cs
- PreApplicationStartMethodAttribute.cs
- AffineTransform3D.cs
- XmlSchemaIdentityConstraint.cs
- Selector.cs
- RightsManagementInformation.cs
- RowsCopiedEventArgs.cs
- IndentTextWriter.cs
- Light.cs
- followingquery.cs