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
- FontStyles.cs
- X509ChainPolicy.cs
- AccessKeyManager.cs
- Cursors.cs
- GorillaCodec.cs
- CultureInfoConverter.cs
- XmlIlTypeHelper.cs
- HttpRequestTraceRecord.cs
- ConnectionPoolManager.cs
- DBAsyncResult.cs
- UnorderedHashRepartitionStream.cs
- DecoderExceptionFallback.cs
- OdbcConnectionOpen.cs
- EnumValidator.cs
- CallbackHandler.cs
- XhtmlBasicTextViewAdapter.cs
- LicenseContext.cs
- DataRelation.cs
- RectangleGeometry.cs
- SHA384CryptoServiceProvider.cs
- TypeToArgumentTypeConverter.cs
- SqlTypesSchemaImporter.cs
- DSACryptoServiceProvider.cs
- CodeTypeOfExpression.cs
- NativeMethodsOther.cs
- ControlCommandSet.cs
- LinqDataView.cs
- SchemaEntity.cs
- IndentedWriter.cs
- RangeExpression.cs
- XsltFunctions.cs
- TcpTransportSecurityElement.cs
- TransportSecurityBindingElement.cs
- DoubleKeyFrameCollection.cs
- ControlCollection.cs
- DependencyPropertyKey.cs
- BaseComponentEditor.cs
- ResourcesGenerator.cs
- SQLBytesStorage.cs
- DataGridItemCollection.cs
- ValidationRuleCollection.cs
- Speller.cs
- FileUpload.cs
- WebPermission.cs
- AppSecurityManager.cs
- DataPager.cs
- WriteTimeStream.cs
- FamilyMap.cs
- DateTimeFormatInfo.cs
- Clock.cs
- Filter.cs
- _LocalDataStore.cs
- XmlComment.cs
- TraceUtility.cs
- odbcmetadatafactory.cs
- EventLogReader.cs
- MeshGeometry3D.cs
- CodeTypeParameterCollection.cs
- ProfileInfo.cs
- LogicalCallContext.cs
- OleDbMetaDataFactory.cs
- DBSchemaTable.cs
- SchemaCollectionCompiler.cs
- RadioButtonFlatAdapter.cs
- MdiWindowListStrip.cs
- SoapFault.cs
- SkipStoryboardToFill.cs
- RowType.cs
- NotifyInputEventArgs.cs
- OleDbConnection.cs
- ProviderConnectionPointCollection.cs
- MethodToken.cs
- WebPartConnectionsConnectVerb.cs
- FrameworkTextComposition.cs
- Cursors.cs
- FlowDocumentFormatter.cs
- ObjectComplexPropertyMapping.cs
- DataGridTextBox.cs
- CodeNamespaceCollection.cs
- OutputScopeManager.cs
- ConsoleTraceListener.cs
- SchemaEntity.cs
- BamlLocalizabilityResolver.cs
- SystemFonts.cs
- SafeRightsManagementEnvironmentHandle.cs
- SqlProcedureAttribute.cs
- Cloud.cs
- InstanceDataCollectionCollection.cs
- RightNameExpirationInfoPair.cs
- WindowsFormsEditorServiceHelper.cs
- ComponentFactoryHelpers.cs
- ToolBarOverflowPanel.cs
- SchemaSetCompiler.cs
- WorkflowElementDialogWindow.xaml.cs
- EntityDataSourceContextCreatedEventArgs.cs
- EdmType.cs
- KoreanLunisolarCalendar.cs
- DerivedKeyCachingSecurityTokenSerializer.cs
- unsafeIndexingFilterStream.cs
- TransactionInformation.cs