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 / 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.
//
// ==--==
//
// 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- NoClickablePointException.cs
- SessionState.cs
- EventlogProvider.cs
- RuleElement.cs
- WindowsStatic.cs
- SettingsSection.cs
- ProfileParameter.cs
- BitStream.cs
- ExtensionQuery.cs
- WindowsToolbarAsMenu.cs
- basevalidator.cs
- BrowserCapabilitiesFactory.cs
- UnsignedPublishLicense.cs
- util.cs
- X509ChainElement.cs
- HostingPreferredMapPath.cs
- ColumnWidthChangingEvent.cs
- HtmlInputRadioButton.cs
- TimelineCollection.cs
- DropDownButton.cs
- Renderer.cs
- DataSourceGeneratorException.cs
- Tablet.cs
- LayoutTable.cs
- Control.cs
- KernelTypeValidation.cs
- TargetPerspective.cs
- ResourceExpression.cs
- XPathSelfQuery.cs
- NativeMethods.cs
- FrameworkReadOnlyPropertyMetadata.cs
- XPathChildIterator.cs
- WindowsListView.cs
- PermissionListSet.cs
- DataGridViewRowHeaderCell.cs
- TypeUsageBuilder.cs
- Stopwatch.cs
- Assert.cs
- Pkcs7Recipient.cs
- LiteralControl.cs
- JavascriptXmlWriterWrapper.cs
- UIElement3DAutomationPeer.cs
- InternalRelationshipCollection.cs
- StreamUpdate.cs
- IsolatedStorageFile.cs
- PolyQuadraticBezierSegment.cs
- ColumnHeaderCollectionEditor.cs
- AnnouncementInnerClientCD1.cs
- PopupEventArgs.cs
- COM2PropertyDescriptor.cs
- ManagedWndProcTracker.cs
- PageThemeParser.cs
- XamlSerializer.cs
- ActivityAction.cs
- ApplyHostConfigurationBehavior.cs
- CharAnimationUsingKeyFrames.cs
- FirstMatchCodeGroup.cs
- XmlFormatReaderGenerator.cs
- CqlQuery.cs
- Vector3DCollectionValueSerializer.cs
- WindowsPrincipal.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- HttpPostServerProtocol.cs
- HGlobalSafeHandle.cs
- OdbcCommand.cs
- DataGridColumn.cs
- DiagnosticsConfigurationHandler.cs
- Error.cs
- XmlFormatMapping.cs
- ComponentDispatcherThread.cs
- MessageDecoder.cs
- InternalDispatchObject.cs
- EnumValAlphaComparer.cs
- CompoundFileDeflateTransform.cs
- SplitterCancelEvent.cs
- PropertyValueUIItem.cs
- CacheChildrenQuery.cs
- SystemIPGlobalStatistics.cs
- XmlWrappingWriter.cs
- CodeChecksumPragma.cs
- MonitoringDescriptionAttribute.cs
- ObjectParameter.cs
- PointLight.cs
- CellIdBoolean.cs
- BitArray.cs
- WebPartExportVerb.cs
- _SslStream.cs
- MatrixAnimationUsingKeyFrames.cs
- EndpointBehaviorElement.cs
- ComponentCommands.cs
- MethodToken.cs
- oledbconnectionstring.cs
- ClientConvert.cs
- DecoderBestFitFallback.cs
- ControlFilterExpression.cs
- StructuredProperty.cs
- CanExecuteRoutedEventArgs.cs
- XmlSchemaSimpleType.cs
- TableHeaderCell.cs
- DataGridView.cs