Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- SqlFacetAttribute.cs
- HTMLTagNameToTypeMapper.cs
- StylusPlugin.cs
- DataGridCellsPanel.cs
- DefaultValueAttribute.cs
- HyperLinkStyle.cs
- NetPeerTcpBinding.cs
- ToolBar.cs
- DbProviderFactory.cs
- WinFormsSpinner.cs
- SignatureConfirmations.cs
- InvalidDocumentContentsException.cs
- TakeQueryOptionExpression.cs
- SqlNamer.cs
- CornerRadiusConverter.cs
- ResponseBodyWriter.cs
- SQLStringStorage.cs
- MimeMapping.cs
- IconConverter.cs
- RuntimeComponentFilter.cs
- X509AudioLogo.cs
- LocalizationComments.cs
- SoapHeaderAttribute.cs
- RuntimeHelpers.cs
- ObfuscationAttribute.cs
- hwndwrapper.cs
- Point3DAnimationUsingKeyFrames.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- ProfilePropertySettingsCollection.cs
- BookmarkOptionsHelper.cs
- RuntimeCompatibilityAttribute.cs
- DataSetUtil.cs
- ViewStateModeByIdAttribute.cs
- ObjectConverter.cs
- ResXResourceSet.cs
- ISFClipboardData.cs
- Compensation.cs
- SimpleType.cs
- XmlLinkedNode.cs
- ColorContext.cs
- CaseInsensitiveComparer.cs
- ArrayTypeMismatchException.cs
- Merger.cs
- SoapSchemaImporter.cs
- QilInvokeLateBound.cs
- DataSourceComponent.cs
- StylusSystemGestureEventArgs.cs
- BypassElement.cs
- Compiler.cs
- Serializer.cs
- BackgroundFormatInfo.cs
- HtmlTableRowCollection.cs
- FtpRequestCacheValidator.cs
- SettingsPropertyIsReadOnlyException.cs
- XslTransform.cs
- TemporaryBitmapFile.cs
- SerializationEventsCache.cs
- RegexCapture.cs
- XmlSchemaGroupRef.cs
- ObjectStateFormatter.cs
- DocumentReferenceCollection.cs
- MetadataExporter.cs
- BoundColumn.cs
- commandenforcer.cs
- remotingproxy.cs
- EventToken.cs
- PropertyGroupDescription.cs
- ReferenceEqualityComparer.cs
- ProxyHwnd.cs
- WeakReferenceList.cs
- JsonWriter.cs
- PartialCachingControl.cs
- XmlSerializerVersionAttribute.cs
- RecordManager.cs
- URLMembershipCondition.cs
- CodeDomConfigurationHandler.cs
- DataView.cs
- SecurityPermission.cs
- DataTableReader.cs
- VariableAction.cs
- FileDialogCustomPlace.cs
- MLangCodePageEncoding.cs
- SchemaComplexType.cs
- ConnectionInterfaceCollection.cs
- WebPartChrome.cs
- WebPartCatalogAddVerb.cs
- CheckedPointers.cs
- DefaultPropertyAttribute.cs
- AnnotationComponentManager.cs
- TextOutput.cs
- DataGridViewCellLinkedList.cs
- UriWriter.cs
- AncestorChangedEventArgs.cs
- SimpleWorkerRequest.cs
- TextTreeInsertUndoUnit.cs
- HyperLinkStyle.cs
- DataGridBoolColumn.cs
- DefaultIfEmptyQueryOperator.cs
- StoryFragments.cs
- _NestedSingleAsyncResult.cs