Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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); } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StreamSecurityUpgradeInitiatorAsyncResult.cs
- AddressAccessDeniedException.cs
- CrossAppDomainChannel.cs
- basecomparevalidator.cs
- StylusSystemGestureEventArgs.cs
- Operator.cs
- StateWorkerRequest.cs
- Parallel.cs
- wmiprovider.cs
- DrawingCollection.cs
- LocalFileSettingsProvider.cs
- ApplicationServiceManager.cs
- XamlSerializationHelper.cs
- WpfKnownMember.cs
- RuntimeComponentFilter.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- WmlCommandAdapter.cs
- WizardStepCollectionEditor.cs
- GenerateTemporaryTargetAssembly.cs
- CacheMemory.cs
- MyContact.cs
- Rule.cs
- Int32KeyFrameCollection.cs
- CatalogPartCollection.cs
- WebPartAddingEventArgs.cs
- XmlEntity.cs
- SourceFileBuildProvider.cs
- ProfileProvider.cs
- Point3D.cs
- TemplateControlBuildProvider.cs
- TreeViewHitTestInfo.cs
- CompoundFileStreamReference.cs
- LicFileLicenseProvider.cs
- FontEditor.cs
- ServiceControllerDesigner.cs
- ColumnWidthChangingEvent.cs
- ComponentChangedEvent.cs
- IUnknownConstantAttribute.cs
- DataGridTextBoxColumn.cs
- SqlConnectionString.cs
- CssStyleCollection.cs
- FocusChangedEventArgs.cs
- HiddenFieldPageStatePersister.cs
- SpeechEvent.cs
- PropertyHelper.cs
- ChildTable.cs
- DbParameterCollectionHelper.cs
- ResourceExpression.cs
- WorkflowLayouts.cs
- SqlErrorCollection.cs
- BitmapFrame.cs
- BaseCodeDomTreeGenerator.cs
- InputLanguageManager.cs
- MaterialGroup.cs
- WorkflowDesigner.cs
- EastAsianLunisolarCalendar.cs
- Point3DCollection.cs
- ProxyWebPartManagerDesigner.cs
- TableCell.cs
- RequiredFieldValidator.cs
- Calendar.cs
- RecognitionResult.cs
- AccessDataSource.cs
- InternalBufferManager.cs
- PersonalizationProviderHelper.cs
- QueryableFilterRepeater.cs
- HebrewCalendar.cs
- NotSupportedException.cs
- _Connection.cs
- BitmapSource.cs
- SiteIdentityPermission.cs
- FileDialog_Vista.cs
- SessionIDManager.cs
- CreateUserErrorEventArgs.cs
- TemplatePropertyEntry.cs
- TagPrefixInfo.cs
- XmlObjectSerializerWriteContextComplex.cs
- LinearQuaternionKeyFrame.cs
- KerberosRequestorSecurityToken.cs
- Point4D.cs
- SparseMemoryStream.cs
- ToolStripOverflowButton.cs
- PropertyEmitter.cs
- ProviderSettings.cs
- MaskedTextProvider.cs
- Misc.cs
- Message.cs
- _SslState.cs
- TableCellCollection.cs
- QueryStack.cs
- WizardStepBase.cs
- BindableTemplateBuilder.cs
- OutputChannel.cs
- Compress.cs
- WebPartCatalogAddVerb.cs
- MailWebEventProvider.cs
- RootAction.cs
- ReaderWriterLock.cs
- SrgsSemanticInterpretationTag.cs
- StoragePropertyMapping.cs