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
- XmlSchemaSet.cs
- ToolStripDropDownItemDesigner.cs
- DataGridViewCellEventArgs.cs
- CalendarItem.cs
- RegistryPermission.cs
- GridViewRowEventArgs.cs
- ConnectionConsumerAttribute.cs
- Dictionary.cs
- WebPartTransformer.cs
- MouseCaptureWithinProperty.cs
- ClientWindowsAuthenticationMembershipProvider.cs
- GridViewAutomationPeer.cs
- SpecialNameAttribute.cs
- JavaScriptObjectDeserializer.cs
- ResXBuildProvider.cs
- DbConvert.cs
- NativeWindow.cs
- ElementProxy.cs
- HashHelper.cs
- SqlCharStream.cs
- DocumentApplicationJournalEntry.cs
- SelectionItemPattern.cs
- ContainerUtilities.cs
- IntSumAggregationOperator.cs
- KeysConverter.cs
- StringFreezingAttribute.cs
- NamespaceMapping.cs
- GeneralTransform3D.cs
- XhtmlBasicListAdapter.cs
- FormsAuthenticationConfiguration.cs
- MatrixAnimationUsingKeyFrames.cs
- NumericUpDownAccelerationCollection.cs
- CaseInsensitiveComparer.cs
- BitmapFrameEncode.cs
- OpCodes.cs
- String.cs
- KoreanCalendar.cs
- WinEventQueueItem.cs
- ApplicationGesture.cs
- EventDescriptor.cs
- ScalarConstant.cs
- UserNamePasswordValidator.cs
- Classification.cs
- PtsHelper.cs
- ProcessInputEventArgs.cs
- SerializerProvider.cs
- GridView.cs
- X509ClientCertificateAuthenticationElement.cs
- Compress.cs
- XmlWriterDelegator.cs
- ProcessModelInfo.cs
- MdiWindowListItemConverter.cs
- HttpWebResponse.cs
- FlowDocumentReaderAutomationPeer.cs
- WebContext.cs
- StateMachineWorkflow.cs
- SqlParameterCollection.cs
- SqlDeflator.cs
- KeyPullup.cs
- VirtualPathUtility.cs
- AdRotator.cs
- Point3DCollectionValueSerializer.cs
- GraphicsState.cs
- XmlArrayAttribute.cs
- MutexSecurity.cs
- ListViewUpdateEventArgs.cs
- SafeNativeMemoryHandle.cs
- CodeBlockBuilder.cs
- FontInfo.cs
- Native.cs
- FixUp.cs
- BuildProvider.cs
- WebEventCodes.cs
- BindingExpressionUncommonField.cs
- RuleSettingsCollection.cs
- SpotLight.cs
- EntityStoreSchemaGenerator.cs
- XmlTextEncoder.cs
- DtdParser.cs
- SafeFindHandle.cs
- XmlHierarchyData.cs
- PageOrientation.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- ApplicationSecurityInfo.cs
- Repeater.cs
- StylusButton.cs
- DiscoveryCallbackBehavior.cs
- PathFigureCollectionConverter.cs
- MethodCallExpression.cs
- SqlAggregateChecker.cs
- SystemThemeKey.cs
- MessagingDescriptionAttribute.cs
- HandledMouseEvent.cs
- GiveFeedbackEvent.cs
- DesignerVerbCollection.cs
- HandlerBase.cs
- CodeExporter.cs
- ServiceHostFactory.cs
- UpdateCommandGenerator.cs
- ProcessModelInfo.cs