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
- ScrollProperties.cs
- FormViewInsertEventArgs.cs
- ReadWriteSpinLock.cs
- ColorMap.cs
- WebServiceBindingAttribute.cs
- NotSupportedException.cs
- StylusShape.cs
- XmlTextAttribute.cs
- ConfigXmlReader.cs
- DocumentsTrace.cs
- BindingsCollection.cs
- AsyncOperation.cs
- RectIndependentAnimationStorage.cs
- QueryPageSettingsEventArgs.cs
- ServicesUtilities.cs
- MaskedTextBoxTextEditor.cs
- FontWeightConverter.cs
- RepeatButtonAutomationPeer.cs
- FormsAuthenticationUserCollection.cs
- SqlServer2KCompatibilityAnnotation.cs
- PropertyGrid.cs
- CdpEqualityComparer.cs
- ZoomingMessageFilter.cs
- OdbcHandle.cs
- ExtenderProvidedPropertyAttribute.cs
- WindowsIdentity.cs
- KeyBinding.cs
- MatrixStack.cs
- UnsafeCollabNativeMethods.cs
- SettingsPropertyNotFoundException.cs
- BreakRecordTable.cs
- HttpContext.cs
- IssuanceTokenProviderBase.cs
- Floater.cs
- ButtonBaseAutomationPeer.cs
- PeerNameRecordCollection.cs
- OpenTypeLayoutCache.cs
- ClientSettingsStore.cs
- securestring.cs
- Win32SafeHandles.cs
- HttpResponseInternalWrapper.cs
- GC.cs
- EventLogStatus.cs
- SqlGatherProducedAliases.cs
- XPathQilFactory.cs
- ControlCollection.cs
- Version.cs
- LocalValueEnumerator.cs
- GridEntry.cs
- ContextQuery.cs
- SegmentInfo.cs
- OrderedHashRepartitionStream.cs
- CodeArgumentReferenceExpression.cs
- ToolStripRendererSwitcher.cs
- CallbackHandler.cs
- LayoutEvent.cs
- TraceContextRecord.cs
- LocalizationParserHooks.cs
- MatrixCamera.cs
- pingexception.cs
- Event.cs
- AssemblyBuilderData.cs
- PageThemeCodeDomTreeGenerator.cs
- OptionalColumn.cs
- DBBindings.cs
- Substitution.cs
- Bold.cs
- XmlSerializerVersionAttribute.cs
- CachedCompositeFamily.cs
- SharedDp.cs
- ByteConverter.cs
- ItemCheckEvent.cs
- LiteralControl.cs
- XmlStreamNodeWriter.cs
- CompoundFileStorageReference.cs
- HttpListenerPrefixCollection.cs
- TemplatedMailWebEventProvider.cs
- Pen.cs
- TableLayoutSettingsTypeConverter.cs
- DataAccessor.cs
- MembershipPasswordException.cs
- SelectedCellsChangedEventArgs.cs
- WebZone.cs
- ElementAtQueryOperator.cs
- TypeSystem.cs
- CompositeDataBoundControl.cs
- SuppressMessageAttribute.cs
- BreakSafeBase.cs
- WSHttpBindingBase.cs
- SmtpNtlmAuthenticationModule.cs
- VerticalAlignConverter.cs
- UriTemplateTrieNode.cs
- GenericEnumerator.cs
- AnonymousIdentificationSection.cs
- FontDriver.cs
- SmiTypedGetterSetter.cs
- Switch.cs
- XsltSettings.cs
- AddInActivator.cs
- SqlExpressionNullability.cs