Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- DataRelationPropertyDescriptor.cs
- SqlNodeTypeOperators.cs
- ConfigXmlSignificantWhitespace.cs
- GetWinFXPath.cs
- ExternalCalls.cs
- ScrollChrome.cs
- DataErrorValidationRule.cs
- ToolBarPanel.cs
- BufferAllocator.cs
- _ListenerRequestStream.cs
- AuthenticationSection.cs
- SamlAuthenticationStatement.cs
- LicFileLicenseProvider.cs
- TreeBuilderXamlTranslator.cs
- XhtmlBasicFormAdapter.cs
- MimeMapping.cs
- TdsParserSafeHandles.cs
- ParallelDesigner.cs
- MaterializeFromAtom.cs
- ValueOfAction.cs
- QilTargetType.cs
- RSAPKCS1KeyExchangeFormatter.cs
- BitStream.cs
- HandlerBase.cs
- FtpRequestCacheValidator.cs
- DESCryptoServiceProvider.cs
- SqlVisitor.cs
- NGCSerializer.cs
- Evaluator.cs
- AttachInfo.cs
- StylusPointPropertyId.cs
- MaxSessionCountExceededException.cs
- EdmConstants.cs
- ButtonStandardAdapter.cs
- Reference.cs
- BamlCollectionHolder.cs
- XmlBinaryWriter.cs
- IdleTimeoutMonitor.cs
- CursorConverter.cs
- TransportSecurityBindingElement.cs
- BrowserDefinitionCollection.cs
- TableRow.cs
- WorkflowServiceBuildProvider.cs
- Point3DIndependentAnimationStorage.cs
- Pair.cs
- ErrorProvider.cs
- WindowsGrip.cs
- SQLDouble.cs
- ScriptBehaviorDescriptor.cs
- SchemaComplexType.cs
- CodeSnippetExpression.cs
- StylusShape.cs
- ObjectDataSourceDisposingEventArgs.cs
- HashCodeCombiner.cs
- BitStack.cs
- DataSvcMapFile.cs
- XmlSchemas.cs
- ResolveRequestResponseAsyncResult.cs
- WebPartVerbsEventArgs.cs
- AsymmetricKeyExchangeFormatter.cs
- WindowsListViewSubItem.cs
- ConsumerConnectionPoint.cs
- VisualCollection.cs
- Viewport3DVisual.cs
- XmlnsCompatibleWithAttribute.cs
- NameTable.cs
- PaperSize.cs
- HostingEnvironment.cs
- ApplicationBuildProvider.cs
- OutKeywords.cs
- SystemTcpConnection.cs
- PeerNearMe.cs
- ScriptHandlerFactory.cs
- JobDuplex.cs
- CheckBoxField.cs
- SqlColumnizer.cs
- ViewManager.cs
- CommonDialog.cs
- FixedBufferAttribute.cs
- HostProtectionPermission.cs
- ScaleTransform3D.cs
- CacheMemory.cs
- xsdvalidator.cs
- SharedDp.cs
- BinaryFormatterWriter.cs
- Compiler.cs
- QilParameter.cs
- FontSource.cs
- ProviderConnectionPointCollection.cs
- ImmComposition.cs
- CustomTypeDescriptor.cs
- ChannelBuilder.cs
- ClrPerspective.cs
- ServicePointManagerElement.cs
- FormsAuthenticationTicket.cs
- TextBox.cs
- LifetimeManager.cs
- EndpointDispatcherTable.cs
- Pair.cs
- IntSecurity.cs