Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- SqlDataSourceQueryConverter.cs
- GroupJoinQueryOperator.cs
- StreamInfo.cs
- Popup.cs
- UIElement3D.cs
- DataAccessException.cs
- InputLanguageProfileNotifySink.cs
- StreamUpdate.cs
- MeasureItemEvent.cs
- ClientFormsAuthenticationCredentials.cs
- SystemTcpStatistics.cs
- StrokeIntersection.cs
- QilParameter.cs
- SafeHandles.cs
- PhonemeConverter.cs
- BinaryObjectWriter.cs
- UxThemeWrapper.cs
- SqlDataSourceStatusEventArgs.cs
- TimeoutConverter.cs
- TypographyProperties.cs
- QueryStringHandler.cs
- GraphicsPath.cs
- CollectionViewGroupInternal.cs
- SmtpAuthenticationManager.cs
- TextSelectionHelper.cs
- CellLabel.cs
- TimeStampChecker.cs
- SafeEventHandle.cs
- Line.cs
- DataGridViewAccessibleObject.cs
- ColumnClickEvent.cs
- TabRenderer.cs
- SQLInt16Storage.cs
- SettingsBindableAttribute.cs
- BinHexDecoder.cs
- HMACMD5.cs
- AuthenticationModulesSection.cs
- CodeVariableDeclarationStatement.cs
- OAVariantLib.cs
- PngBitmapDecoder.cs
- ByteStorage.cs
- SingleSelectRootGridEntry.cs
- ChannelCredentials.cs
- Form.cs
- SimpleRecyclingCache.cs
- SerTrace.cs
- GotoExpression.cs
- HostingEnvironmentSection.cs
- ExtensionWindowResizeGrip.cs
- DynamicILGenerator.cs
- XmlDictionaryString.cs
- ExtentJoinTreeNode.cs
- SelectingProviderEventArgs.cs
- CodeBinaryOperatorExpression.cs
- StrongName.cs
- SqlConnectionPoolProviderInfo.cs
- PartialArray.cs
- DtdParser.cs
- ResourcesGenerator.cs
- JpegBitmapDecoder.cs
- RotateTransform.cs
- DesignerCategoryAttribute.cs
- WebPartEventArgs.cs
- TreeViewImageIndexConverter.cs
- MergeLocalizationDirectives.cs
- OrderedEnumerableRowCollection.cs
- ExtensionQuery.cs
- DurableInstance.cs
- IdentityReference.cs
- XmlSchemaInferenceException.cs
- WCFBuildProvider.cs
- DataFieldConverter.cs
- SchemaRegistration.cs
- Panel.cs
- DigestTraceRecordHelper.cs
- FactoryRecord.cs
- BitStream.cs
- XPathArrayIterator.cs
- GroupItemAutomationPeer.cs
- SqlXml.cs
- GridItemCollection.cs
- SQLString.cs
- PresentationAppDomainManager.cs
- TextEditorSelection.cs
- SqlRowUpdatedEvent.cs
- DeferredTextReference.cs
- TemplateBamlTreeBuilder.cs
- OneWayBindingElement.cs
- Calendar.cs
- EntityDataSourceSelectedEventArgs.cs
- FormattedTextSymbols.cs
- MemberHolder.cs
- HandleCollector.cs
- QueryProcessor.cs
- ManagedFilter.cs
- XmlBufferReader.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- ChangeProcessor.cs
- DoubleConverter.cs
- ConfigXmlElement.cs