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
- ParseHttpDate.cs
- MessageHeaderInfoTraceRecord.cs
- FontInfo.cs
- WeakReadOnlyCollection.cs
- OleDbConnectionInternal.cs
- ObjectListShowCommandsEventArgs.cs
- GestureRecognizer.cs
- HttpProcessUtility.cs
- StyleCollectionEditor.cs
- FrameworkContextData.cs
- DynamicFilter.cs
- TemplateParser.cs
- Stylesheet.cs
- Int32Collection.cs
- MappingSource.cs
- Normalization.cs
- RoleManagerSection.cs
- URIFormatException.cs
- PeerCollaborationPermission.cs
- ButtonPopupAdapter.cs
- OutputBuffer.cs
- WebPartDisplayModeCollection.cs
- ExtensionSurface.cs
- PersonalizationStateInfoCollection.cs
- SendSecurityHeader.cs
- Pen.cs
- Cursor.cs
- PropertyValueChangedEvent.cs
- OutputCacheModule.cs
- AnimationException.cs
- IndentedTextWriter.cs
- EventLogHandle.cs
- DependencyObjectProvider.cs
- WebServiceEnumData.cs
- Activation.cs
- DesignerVerbCollection.cs
- activationcontext.cs
- IconHelper.cs
- ViewBox.cs
- COM2TypeInfoProcessor.cs
- listitem.cs
- TextChangedEventArgs.cs
- ButtonField.cs
- CounterCreationDataCollection.cs
- PageContentAsyncResult.cs
- ReadOnlyCollection.cs
- WindowsSpinner.cs
- ToolBarPanel.cs
- Soap12FormatExtensions.cs
- ContainerVisual.cs
- ProvidePropertyAttribute.cs
- AnimatedTypeHelpers.cs
- DbCommandTree.cs
- Quaternion.cs
- DataServiceHostFactory.cs
- WaveHeader.cs
- ToolStripSeparatorRenderEventArgs.cs
- ServiceBuildProvider.cs
- XmlDownloadManager.cs
- TabControlEvent.cs
- RSAPKCS1SignatureFormatter.cs
- _DomainName.cs
- DBConcurrencyException.cs
- SiblingIterators.cs
- CompositionAdorner.cs
- BoolLiteral.cs
- EntityStoreSchemaFilterEntry.cs
- TemplateXamlParser.cs
- AudioException.cs
- DynamicPropertyHolder.cs
- AspNetCompatibilityRequirementsAttribute.cs
- CqlWriter.cs
- DatagridviewDisplayedBandsData.cs
- MetadataHelper.cs
- XmlSchemaSimpleContentRestriction.cs
- SecurityCriticalDataForSet.cs
- WindowsSecurityTokenAuthenticator.cs
- HttpListenerContext.cs
- NonVisualControlAttribute.cs
- DesignerForm.cs
- FormParameter.cs
- XsdBuilder.cs
- XmlBufferReader.cs
- ResourceSet.cs
- dataprotectionpermission.cs
- ProfileManager.cs
- MatrixIndependentAnimationStorage.cs
- SamlSecurityToken.cs
- OperatingSystem.cs
- WeakRefEnumerator.cs
- AuthenticationConfig.cs
- SimpleExpression.cs
- RoleExceptions.cs
- XNodeNavigator.cs
- XmlTypeAttribute.cs
- ServerTooBusyException.cs
- BufferModesCollection.cs
- SerialReceived.cs
- TypeToken.cs
- DCSafeHandle.cs