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
- SqlColumnizer.cs
- DataGridAddNewRow.cs
- SpellerInterop.cs
- PerformanceCounterLib.cs
- ToolStripGrip.cs
- MiniModule.cs
- FileInfo.cs
- ListItemCollection.cs
- URLEditor.cs
- XPathPatternBuilder.cs
- DataGridViewDataConnection.cs
- MultiSelectRootGridEntry.cs
- CacheHelper.cs
- JournalEntryListConverter.cs
- TextCollapsingProperties.cs
- XmlArrayAttribute.cs
- Scene3D.cs
- unsafenativemethodstextservices.cs
- SessionStateContainer.cs
- MiniModule.cs
- CorrelationExtension.cs
- TailCallAnalyzer.cs
- webeventbuffer.cs
- TrackingProfileSerializer.cs
- StatusBarAutomationPeer.cs
- OutputCacheSettings.cs
- CompositeActivityCodeGenerator.cs
- CopyOnWriteList.cs
- ButtonBase.cs
- RelOps.cs
- DataGridCellInfo.cs
- Matrix.cs
- PropertyValueUIItem.cs
- SingleConverter.cs
- DocumentPageHost.cs
- CollectionChangedEventManager.cs
- ConfigurationProperty.cs
- TransactionState.cs
- SvcMapFileLoader.cs
- PreviewPageInfo.cs
- relpropertyhelper.cs
- XsltLibrary.cs
- SQLDoubleStorage.cs
- FileDialogCustomPlacesCollection.cs
- ComponentManagerBroker.cs
- ChannelToken.cs
- SqlDataSourceEnumerator.cs
- Message.cs
- HttpHandlerAction.cs
- CollectionBase.cs
- XmlDataContract.cs
- BindingListCollectionView.cs
- BufferedGraphicsContext.cs
- hebrewshape.cs
- DelegatingChannelListener.cs
- DataGridViewAdvancedBorderStyle.cs
- CallTemplateAction.cs
- FieldToken.cs
- DBSchemaTable.cs
- AuthorizationRule.cs
- Misc.cs
- EnumerableCollectionView.cs
- RuleRefElement.cs
- RemoteWebConfigurationHostStream.cs
- UserPreferenceChangedEventArgs.cs
- bidPrivateBase.cs
- LookupBindingPropertiesAttribute.cs
- XmlAtomicValue.cs
- Baml2006ReaderSettings.cs
- XmlSerializerNamespaces.cs
- MemberProjectedSlot.cs
- TiffBitmapEncoder.cs
- GcSettings.cs
- ObjectTypeMapping.cs
- SplitterDesigner.cs
- GradientStop.cs
- DebugView.cs
- AppAction.cs
- DataService.cs
- XmlQueryType.cs
- LookupNode.cs
- ResourceSet.cs
- EmptyElement.cs
- ContractListAdapter.cs
- SeekableReadStream.cs
- ItemCollection.cs
- PhysicalFontFamily.cs
- WebPartAuthorizationEventArgs.cs
- RijndaelManaged.cs
- OneOfTypeConst.cs
- EndpointNotFoundException.cs
- StreamUpgradeProvider.cs
- DockProviderWrapper.cs
- UrlMappingsSection.cs
- TileModeValidation.cs
- BamlResourceContent.cs
- IList.cs
- DynamicExpression.cs
- RegistryConfigurationProvider.cs
- LinqTreeNodeEvaluator.cs