Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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); } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- GroupBoxAutomationPeer.cs
- InputDevice.cs
- WebPartUtil.cs
- WebPartCloseVerb.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- TabRenderer.cs
- CounterSetInstanceCounterDataSet.cs
- TableCell.cs
- BuildDependencySet.cs
- WebPartConnection.cs
- MarshalByValueComponent.cs
- CollectionBase.cs
- newinstructionaction.cs
- DependencyObjectProvider.cs
- CryptoProvider.cs
- StylusPoint.cs
- CodeAttachEventStatement.cs
- PreDigestedSignedInfo.cs
- DropDownList.cs
- login.cs
- ComponentCollection.cs
- TypeListConverter.cs
- IconConverter.cs
- ListViewItem.cs
- UnwrappedTypesXmlSerializerManager.cs
- SymmetricKeyWrap.cs
- LayoutManager.cs
- CheckableControlBaseAdapter.cs
- HttpProfileGroupBase.cs
- DiffuseMaterial.cs
- InkCanvasSelectionAdorner.cs
- nulltextcontainer.cs
- TextDecorationLocationValidation.cs
- ElementUtil.cs
- OptimalBreakSession.cs
- AsymmetricSignatureFormatter.cs
- ContextItemManager.cs
- ProgressChangedEventArgs.cs
- DictionarySectionHandler.cs
- BindToObject.cs
- MediaScriptCommandRoutedEventArgs.cs
- HwndTarget.cs
- PrimarySelectionGlyph.cs
- SolidBrush.cs
- ClientSideProviderDescription.cs
- OutputCacheProfileCollection.cs
- MoveSizeWinEventHandler.cs
- Base64Stream.cs
- DecryptedHeader.cs
- NotifyIcon.cs
- HijriCalendar.cs
- ClonableStack.cs
- SessionStateItemCollection.cs
- CodeChecksumPragma.cs
- RootBrowserWindow.cs
- SerialErrors.cs
- TreeViewAutomationPeer.cs
- SelectorAutomationPeer.cs
- AppearanceEditorPart.cs
- DispatcherTimer.cs
- SelectedDatesCollection.cs
- SessionStateItemCollection.cs
- NamespaceEmitter.cs
- PLINQETWProvider.cs
- TextElementCollectionHelper.cs
- DesignSurfaceCollection.cs
- DeflateEmulationStream.cs
- WorkflowControlEndpoint.cs
- EntitySet.cs
- RawStylusInput.cs
- datacache.cs
- CollectionView.cs
- UnsafeNativeMethods.cs
- RangeBaseAutomationPeer.cs
- TimersDescriptionAttribute.cs
- DateTimePicker.cs
- DrawingAttributes.cs
- TextTreeFixupNode.cs
- SocketAddress.cs
- ResizeGrip.cs
- CommandHelper.cs
- NgenServicingAttributes.cs
- CheckoutException.cs
- ItemMap.cs
- DataGridViewCellValueEventArgs.cs
- ItemCollection.cs
- ToolboxItemFilterAttribute.cs
- ContextMenuStrip.cs
- DataContractAttribute.cs
- FontConverter.cs
- NameValuePermission.cs
- TrustVersion.cs
- COAUTHIDENTITY.cs
- RolePrincipal.cs
- WeakEventManager.cs
- RenderData.cs
- OpenTypeLayout.cs
- CheckBoxBaseAdapter.cs
- CompilerWrapper.cs
- WebBrowserBase.cs