Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / clr / src / BCL / System / Security / Cryptography / AsymmetricSignatureFormatter.cs / 1 / AsymmetricSignatureFormatter.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // // AsymmetricSignatureFormatter.cs // namespace System.Security.Cryptography { using System; [System.Runtime.InteropServices.ComVisible(true)] public abstract class AsymmetricSignatureFormatter { // // protected constructors // protected AsymmetricSignatureFormatter() { } // // public methods // abstract public void SetKey(AsymmetricAlgorithm key); abstract public void SetHashAlgorithm(String strName); public virtual byte[] CreateSignature(HashAlgorithm hash) { if (hash == null) throw new ArgumentNullException("hash"); SetHashAlgorithm(hash.ToString()); return CreateSignature(hash.Hash); } abstract public byte[] CreateSignature(byte[] rgbHash); } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CapabilitiesRule.cs
- Mouse.cs
- HostTimeoutsElement.cs
- CorruptStoreException.cs
- SmtpReplyReader.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- securitycriticaldataClass.cs
- WsdlBuildProvider.cs
- ReadWriteControlDesigner.cs
- Margins.cs
- RIPEMD160Managed.cs
- SourceItem.cs
- safelink.cs
- IsolatedStorageFilePermission.cs
- MappedMetaModel.cs
- ResourceExpression.cs
- Clock.cs
- TransformerConfigurationWizardBase.cs
- AddInStore.cs
- SqlCachedBuffer.cs
- DockingAttribute.cs
- BaseCollection.cs
- StringConverter.cs
- InstanceStoreQueryResult.cs
- MsmqHostedTransportManager.cs
- Int64Storage.cs
- SymLanguageVendor.cs
- InputBuffer.cs
- WorkflowApplicationAbortedException.cs
- CurrentChangingEventManager.cs
- ErrorView.xaml.cs
- ListMarkerSourceInfo.cs
- OleDbTransaction.cs
- ToolStripItemEventArgs.cs
- SecurityContextSecurityTokenParameters.cs
- Queue.cs
- PathParser.cs
- SBCSCodePageEncoding.cs
- RegexCode.cs
- RemotingServices.cs
- TransformGroup.cs
- ActiveXMessageFormatter.cs
- LabelAutomationPeer.cs
- SecurityKeyType.cs
- ActivityExecutorSurrogate.cs
- CompressedStack.cs
- EdmItemError.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- FileController.cs
- DataTableCollection.cs
- DesignerEventService.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- CodeDOMUtility.cs
- FragmentQuery.cs
- XamlStream.cs
- XamlFigureLengthSerializer.cs
- RuleProcessor.cs
- DataGridParentRows.cs
- OciHandle.cs
- LocalizabilityAttribute.cs
- StateBag.cs
- WebRequestModuleElementCollection.cs
- Events.cs
- CounterSetInstanceCounterDataSet.cs
- TreeNodeSelectionProcessor.cs
- SqlDataRecord.cs
- SQLByteStorage.cs
- WebPartsPersonalizationAuthorization.cs
- LogEntrySerialization.cs
- DataPointer.cs
- ISAPIRuntime.cs
- DBSqlParserColumn.cs
- PrintPreviewControl.cs
- CodeExpressionCollection.cs
- TransactionFilter.cs
- XmlSchemaComplexContentExtension.cs
- OracleBoolean.cs
- CodeCommentStatementCollection.cs
- InputProcessorProfiles.cs
- UpdateException.cs
- DataGridViewMethods.cs
- GridItemPatternIdentifiers.cs
- TextRangeProviderWrapper.cs
- SelectionRange.cs
- ValidationSummary.cs
- WebPartPersonalization.cs
- ExceptionUtil.cs
- PropertyCondition.cs
- HtmlInputControl.cs
- RenderData.cs
- ObjectAnimationUsingKeyFrames.cs
- GenerateScriptTypeAttribute.cs
- MatcherBuilder.cs
- DbBuffer.cs
- XslCompiledTransform.cs
- PrintEvent.cs
- ClientUtils.cs
- ElementMarkupObject.cs
- Funcletizer.cs
- BaseCollection.cs