Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / clr / src / BCL / System / Security / Cryptography / SHA1.cs / 1 / SHA1.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // // SHA1.cs // namespace System.Security.Cryptography { [System.Runtime.InteropServices.ComVisible(true)] public abstract class SHA1 : HashAlgorithm { protected SHA1() { HashSizeValue = 160; } // // public methods // new static public SHA1 Create() { return Create("System.Security.Cryptography.SHA1"); } new static public SHA1 Create(String hashName) { return (SHA1) CryptoConfig.CreateFromName(hashName); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // // SHA1.cs // namespace System.Security.Cryptography { [System.Runtime.InteropServices.ComVisible(true)] public abstract class SHA1 : HashAlgorithm { protected SHA1() { HashSizeValue = 160; } // // public methods // new static public SHA1 Create() { return Create("System.Security.Cryptography.SHA1"); } new static public SHA1 Create(String hashName) { return (SHA1) CryptoConfig.CreateFromName(hashName); } } } // 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
- WebControlAdapter.cs
- MatrixAnimationUsingPath.cs
- StrongName.cs
- TaskExtensions.cs
- ThrowHelper.cs
- TransformGroup.cs
- ChannelDemuxer.cs
- ActiveXContainer.cs
- MetadataItem.cs
- _PooledStream.cs
- WindowsFormsHostAutomationPeer.cs
- SQlBooleanStorage.cs
- DebugHandleTracker.cs
- WebEventCodes.cs
- OdbcDataAdapter.cs
- HtmlFormWrapper.cs
- NativeCppClassAttribute.cs
- OverrideMode.cs
- DataGridRowHeader.cs
- Label.cs
- EventDescriptorCollection.cs
- InternalBufferManager.cs
- TcpTransportManager.cs
- Timeline.cs
- RequestQueryParser.cs
- ScriptControlDescriptor.cs
- PaperSource.cs
- RuleSettings.cs
- JulianCalendar.cs
- NetworkStream.cs
- RegexBoyerMoore.cs
- SkipStoryboardToFill.cs
- IntranetCredentialPolicy.cs
- TrustSection.cs
- SafeArrayTypeMismatchException.cs
- updatecommandorderer.cs
- AccessDataSourceView.cs
- WriteStateInfoBase.cs
- ResourceDefaultValueAttribute.cs
- FunctionCommandText.cs
- ValidatorCollection.cs
- FontDriver.cs
- TypeUnloadedException.cs
- XmlSignatureProperties.cs
- TextEditorTables.cs
- BitmapEffect.cs
- EasingQuaternionKeyFrame.cs
- XmlMapping.cs
- ObjectHelper.cs
- RunClient.cs
- ProfilePropertyNameValidator.cs
- Message.cs
- ConstraintConverter.cs
- ContentTypeSettingClientMessageFormatter.cs
- SimpleType.cs
- ChannelBinding.cs
- XComponentModel.cs
- ModifyActivitiesPropertyDescriptor.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- RecognizedPhrase.cs
- LinqDataSourceStatusEventArgs.cs
- DisplayMemberTemplateSelector.cs
- ServerValidateEventArgs.cs
- MimeWriter.cs
- WindowsStatic.cs
- FileDataSource.cs
- TextContainerChangedEventArgs.cs
- ExtendedProperty.cs
- DoubleIndependentAnimationStorage.cs
- DataSourceControl.cs
- PenCursorManager.cs
- ThreadInterruptedException.cs
- ValuePatternIdentifiers.cs
- VarRefManager.cs
- QilScopedVisitor.cs
- ClientProtocol.cs
- DataObjectSettingDataEventArgs.cs
- ControlEvent.cs
- SiteMapNodeItemEventArgs.cs
- wgx_exports.cs
- ToolStripInSituService.cs
- DetailsViewInsertedEventArgs.cs
- StringDictionary.cs
- TemplateKey.cs
- Int32AnimationUsingKeyFrames.cs
- BitmapSizeOptions.cs
- DataPointer.cs
- AuthenticationModuleElement.cs
- XmlAttributes.cs
- entityreference_tresulttype.cs
- WorkflowServiceHostFactory.cs
- ProcessRequestArgs.cs
- TemplateKeyConverter.cs
- ExtenderControl.cs
- BindingList.cs
- TreeViewImageIndexConverter.cs
- XmlDocument.cs
- XmlDataLoader.cs
- SafeArrayTypeMismatchException.cs
- DataGridColumnFloatingHeader.cs