Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- XmlHierarchicalEnumerable.cs
- MinMaxParagraphWidth.cs
- StorageInfo.cs
- DependencyPropertyConverter.cs
- DbConnectionHelper.cs
- LinearGradientBrush.cs
- ByteKeyFrameCollection.cs
- MessagePropertyDescription.cs
- IdentitySection.cs
- CreatingCookieEventArgs.cs
- ProfileService.cs
- TextDecoration.cs
- EntityDataSourceWrapperCollection.cs
- DbException.cs
- XmlBoundElement.cs
- StylusCaptureWithinProperty.cs
- MemoryStream.cs
- UInt16Converter.cs
- EntityContainerEmitter.cs
- InvokeBinder.cs
- ParserExtension.cs
- SchemaImporterExtensionsSection.cs
- HttpResponseInternalWrapper.cs
- GroupQuery.cs
- ListViewGroupConverter.cs
- InternalResources.cs
- AlphabetConverter.cs
- PropertyItemInternal.cs
- XsdCachingReader.cs
- AssemblyAttributes.cs
- OdbcParameterCollection.cs
- TrustLevelCollection.cs
- RelationshipConverter.cs
- DirectoryLocalQuery.cs
- NonParentingControl.cs
- TableCellCollection.cs
- ShaderEffect.cs
- FreezableOperations.cs
- SafeBuffer.cs
- WebPartDisplayModeCancelEventArgs.cs
- CodeValidator.cs
- AnyReturnReader.cs
- EntityDataSourceContainerNameConverter.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- ObjectManager.cs
- InlineObject.cs
- HandlerFactoryWrapper.cs
- GenericParameterDataContract.cs
- WebPartHeaderCloseVerb.cs
- OleDbErrorCollection.cs
- StylusPointProperties.cs
- RegistryPermission.cs
- SemaphoreSecurity.cs
- HwndKeyboardInputProvider.cs
- XmlSignificantWhitespace.cs
- ResourceDescriptionAttribute.cs
- ReadOnlyObservableCollection.cs
- Int16Animation.cs
- Hex.cs
- InvalidTimeZoneException.cs
- UITypeEditor.cs
- SqlGenerator.cs
- TextShapeableCharacters.cs
- Parser.cs
- CapabilitiesAssignment.cs
- Calendar.cs
- DispatcherOperation.cs
- FullTextLine.cs
- FixedSOMElement.cs
- DataObject.cs
- CacheSection.cs
- SetUserPreferenceRequest.cs
- TimelineCollection.cs
- SqlClientWrapperSmiStreamChars.cs
- AVElementHelper.cs
- StateFinalizationDesigner.cs
- PermissionSet.cs
- Tablet.cs
- SubMenuStyleCollection.cs
- ColumnHeaderConverter.cs
- CodeCompileUnit.cs
- OdbcParameterCollection.cs
- RegexCompilationInfo.cs
- DBSqlParserTable.cs
- MailSettingsSection.cs
- BrowserCapabilitiesCompiler.cs
- XamlTreeBuilderBamlRecordWriter.cs
- _ServiceNameStore.cs
- InputScopeAttribute.cs
- ReflectionServiceProvider.cs
- HttpConfigurationSystem.cs
- login.cs
- WindowShowOrOpenTracker.cs
- RsaKeyIdentifierClause.cs
- SystemFonts.cs
- SmtpClient.cs
- TypeDescriptor.cs
- SmtpAuthenticationManager.cs
- ResourceReferenceExpression.cs
- AddInSegmentDirectoryNotFoundException.cs