Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- SetterBase.cs
- InitializationEventAttribute.cs
- DragEventArgs.cs
- StylusPlugin.cs
- HotCommands.cs
- namescope.cs
- RoleService.cs
- AddressingProperty.cs
- LogicalExpr.cs
- ListSortDescriptionCollection.cs
- IInstanceTable.cs
- KeyEvent.cs
- RequestCachingSection.cs
- TimerEventSubscription.cs
- RenderCapability.cs
- ProjectionPlanCompiler.cs
- MSAAWinEventWrap.cs
- ObjectAnimationUsingKeyFrames.cs
- ArithmeticException.cs
- BulletedList.cs
- _UncName.cs
- TransformGroup.cs
- ItemMap.cs
- VectorKeyFrameCollection.cs
- ToolStripGrip.cs
- ControlUtil.cs
- DbTransaction.cs
- NumberSubstitution.cs
- HeaderedItemsControl.cs
- PropertyEmitterBase.cs
- AmbiguousMatchException.cs
- ImportOptions.cs
- RequestSecurityTokenForGetBrowserToken.cs
- EventEntry.cs
- WindowsListViewGroup.cs
- PagesSection.cs
- ObjectManager.cs
- HtmlInputRadioButton.cs
- CodeExporter.cs
- COM2Properties.cs
- _FtpControlStream.cs
- FileInfo.cs
- CharAnimationBase.cs
- FileDialog_Vista.cs
- ToolStripCustomTypeDescriptor.cs
- HtmlInputButton.cs
- XmlnsPrefixAttribute.cs
- ToolboxControl.cs
- EntityDataSourceChangedEventArgs.cs
- HttpPostLocalhostServerProtocol.cs
- XmlChildNodes.cs
- SystemWebExtensionsSectionGroup.cs
- PasswordTextNavigator.cs
- PageThemeBuildProvider.cs
- Pts.cs
- BooleanKeyFrameCollection.cs
- AsymmetricKeyExchangeFormatter.cs
- EntityConnectionStringBuilder.cs
- CodeTypeDeclarationCollection.cs
- NativeMethods.cs
- TransformationRules.cs
- OptimalTextSource.cs
- StrokeCollection.cs
- Animatable.cs
- BoundPropertyEntry.cs
- ScrollViewer.cs
- TextReturnReader.cs
- ConfigXmlSignificantWhitespace.cs
- GridViewItemAutomationPeer.cs
- InternalConfirm.cs
- PropertyIDSet.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- EmptyEnumerator.cs
- TraceInternal.cs
- X509SecurityTokenAuthenticator.cs
- Size3DValueSerializer.cs
- TreeViewImageIndexConverter.cs
- TdsParameterSetter.cs
- SelectionPattern.cs
- AnyAllSearchOperator.cs
- Hashtable.cs
- TextAutomationPeer.cs
- BinaryExpression.cs
- RoutedPropertyChangedEventArgs.cs
- ObjectPropertyMapping.cs
- WebPartAuthorizationEventArgs.cs
- Window.cs
- wgx_render.cs
- ZoneButton.cs
- FindRequestContext.cs
- Token.cs
- BackStopAuthenticationModule.cs
- ModelItemDictionary.cs
- FileClassifier.cs
- Membership.cs
- CreateRefExpr.cs
- SqlUtil.cs
- ConfigurationException.cs
- XmlSerializationReader.cs
- ProfessionalColors.cs