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
- FixedBufferAttribute.cs
- ListBoxItemWrapperAutomationPeer.cs
- StrongNamePublicKeyBlob.cs
- ContractType.cs
- TokenBasedSet.cs
- XmlNamespaceMapping.cs
- LicenseException.cs
- SimpleHandlerFactory.cs
- MaskedTextBox.cs
- DesignTimeDataBinding.cs
- CompensatableTransactionScopeActivityDesigner.cs
- EncoderReplacementFallback.cs
- DesignSurfaceEvent.cs
- XmlChildNodes.cs
- InboundActivityHelper.cs
- EnumerableRowCollection.cs
- TabRenderer.cs
- WindowsListViewGroupHelper.cs
- InkCanvasSelection.cs
- DataGrid.cs
- IssuedTokensHeader.cs
- ServerIdentity.cs
- ReflectPropertyDescriptor.cs
- TypeNameHelper.cs
- UniqueConstraint.cs
- CompleteWizardStep.cs
- HtmlContainerControl.cs
- SchemaDeclBase.cs
- DocumentsTrace.cs
- SelectionItemProviderWrapper.cs
- ToolBarButtonClickEvent.cs
- ChameleonKey.cs
- RC2.cs
- LinearGradientBrush.cs
- Vector3DAnimationBase.cs
- MetadataUtil.cs
- _AutoWebProxyScriptEngine.cs
- TreeViewEvent.cs
- ValidateNames.cs
- XComponentModel.cs
- IsolatedStorage.cs
- SpecularMaterial.cs
- AppDomainAttributes.cs
- Decimal.cs
- CodeCommentStatement.cs
- AliasedSlot.cs
- WebControlParameterProxy.cs
- AutoSizeComboBox.cs
- SettingsBindableAttribute.cs
- SoapRpcMethodAttribute.cs
- CodeDirectoryCompiler.cs
- FaultDescription.cs
- TraceContextRecord.cs
- TemplatePartAttribute.cs
- Application.cs
- Utils.cs
- WebPartPersonalization.cs
- HostingEnvironment.cs
- AsyncStreamReader.cs
- CodeAttributeArgument.cs
- XmlRootAttribute.cs
- PartialTrustHelpers.cs
- StringConverter.cs
- PropertyDescriptor.cs
- TagPrefixCollection.cs
- SerTrace.cs
- MatrixCamera.cs
- Int64.cs
- BoolExpressionVisitors.cs
- WebBrowser.cs
- RelationshipType.cs
- WebPartUtil.cs
- ToolStripTextBox.cs
- URLAttribute.cs
- MultipleViewPattern.cs
- TextDecoration.cs
- ScrollBarRenderer.cs
- LayoutInformation.cs
- DataGridGeneralPage.cs
- WebPartZoneBase.cs
- AggregateNode.cs
- DocumentEventArgs.cs
- XmlLanguageConverter.cs
- GridViewAutomationPeer.cs
- ImageAttributes.cs
- IntegerValidatorAttribute.cs
- base64Transforms.cs
- DuplicateWaitObjectException.cs
- ResourceReferenceExpression.cs
- InputReport.cs
- NotSupportedException.cs
- OleDbErrorCollection.cs
- EventTrigger.cs
- mediaeventargs.cs
- DrawingCollection.cs
- CommonEndpointBehaviorElement.cs
- AuthenticationManager.cs
- XslCompiledTransform.cs
- CodeConditionStatement.cs
- UniqueID.cs