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
- DispatchChannelSink.cs
- BidirectionalDictionary.cs
- HtmlFormWrapper.cs
- SqlDependencyListener.cs
- ResourceExpressionBuilder.cs
- DecoderFallback.cs
- HTTPRemotingHandler.cs
- PublisherMembershipCondition.cs
- WindowsListViewSubItem.cs
- ToolStripDropDownButton.cs
- ItemCollection.cs
- LineGeometry.cs
- Type.cs
- OrthographicCamera.cs
- CodeStatement.cs
- RuntimeIdentifierPropertyAttribute.cs
- QilTargetType.cs
- Model3DGroup.cs
- ProtocolElementCollection.cs
- CompositeFontParser.cs
- Console.cs
- _ChunkParse.cs
- Transform.cs
- TemplateLookupAction.cs
- DataGridViewBand.cs
- formatter.cs
- DataBoundControlAdapter.cs
- PropertyKey.cs
- storagemappingitemcollection.viewdictionary.cs
- ParallelTimeline.cs
- SafeCoTaskMem.cs
- IntSecurity.cs
- CodeAttributeDeclaration.cs
- CommandArguments.cs
- MediaElementAutomationPeer.cs
- MediaPlayerState.cs
- SqlCacheDependencySection.cs
- SmiEventStream.cs
- SchemaObjectWriter.cs
- StaticTextPointer.cs
- DataGridViewMethods.cs
- MenuStrip.cs
- RecipientInfo.cs
- MouseEvent.cs
- Padding.cs
- ConstructorArgumentAttribute.cs
- SqlConnectionString.cs
- SevenBitStream.cs
- XPathNavigator.cs
- CacheOutputQuery.cs
- WebRequestModulesSection.cs
- SqlMethodAttribute.cs
- SiteMapNode.cs
- HuffCodec.cs
- ParameterRefs.cs
- ObjectItemLoadingSessionData.cs
- DetailsViewInsertedEventArgs.cs
- DataDocumentXPathNavigator.cs
- CompositeControl.cs
- GeneralTransform2DTo3D.cs
- RSAOAEPKeyExchangeFormatter.cs
- DrawingVisualDrawingContext.cs
- BooleanConverter.cs
- TrackingSection.cs
- OleDbDataAdapter.cs
- New.cs
- ExpressionUtilities.cs
- SupportingTokenBindingElement.cs
- MappingMetadataHelper.cs
- TextParentUndoUnit.cs
- GrowingArray.cs
- Pair.cs
- XmlSchemaValidator.cs
- EmptyCollection.cs
- CmsInterop.cs
- ParameterBuilder.cs
- OleDbConnectionFactory.cs
- HtmlTableCell.cs
- DateTimeParse.cs
- GeneralTransformGroup.cs
- SizeValueSerializer.cs
- UntrustedRecipientException.cs
- Calendar.cs
- SqlDataSourceCache.cs
- StylusOverProperty.cs
- Validator.cs
- TaiwanCalendar.cs
- PixelShader.cs
- HitTestWithGeometryDrawingContextWalker.cs
- RecordManager.cs
- WebServiceParameterData.cs
- ActivityTrace.cs
- ViewStateModeByIdAttribute.cs
- TextTreePropertyUndoUnit.cs
- COM2ComponentEditor.cs
- SafeLibraryHandle.cs
- HostedImpersonationContext.cs
- TextLineResult.cs
- ClientBuildManager.cs
- COM2ComponentEditor.cs