Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / clr / src / BCL / System / Security / Cryptography / SHA512.cs / 1 / SHA512.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // // SHA512.cs // // This abstract class represents the SHA-512 hash algorithm. // namespace System.Security.Cryptography { [System.Runtime.InteropServices.ComVisible(true)] public abstract class SHA512 : HashAlgorithm { // // protected constructors // protected SHA512() { HashSizeValue = 512; } // // public methods // new static public SHA512 Create() { return Create("System.Security.Cryptography.SHA512"); } new static public SHA512 Create(String hashName) { return (SHA512) CryptoConfig.CreateFromName(hashName); } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UnmanagedBitmapWrapper.cs
- Pen.cs
- Path.cs
- OneOfScalarConst.cs
- StatusBarItemAutomationPeer.cs
- Single.cs
- NoPersistHandle.cs
- DrawingBrush.cs
- Button.cs
- WebPartUtil.cs
- EntitySqlQueryCacheEntry.cs
- SafeFindHandle.cs
- OdbcConnectionStringbuilder.cs
- BindingSourceDesigner.cs
- QueryAccessibilityHelpEvent.cs
- CorrelationManager.cs
- StrongNameKeyPair.cs
- RequiredFieldValidator.cs
- StorageEntityContainerMapping.cs
- X509Certificate2Collection.cs
- LinkedDataMemberFieldEditor.cs
- ToolStripContentPanelRenderEventArgs.cs
- LocalizedNameDescriptionPair.cs
- AssemblyResourceLoader.cs
- SendingRequestEventArgs.cs
- SHA512Managed.cs
- MetadataHelper.cs
- WorkflowRuntimeSection.cs
- MemberBinding.cs
- DataObjectEventArgs.cs
- SemanticAnalyzer.cs
- ResolveCriteriaApril2005.cs
- KeyPullup.cs
- WorkflowDebuggerSteppingAttribute.cs
- WhiteSpaceTrimStringConverter.cs
- XmlAttribute.cs
- EncoderFallback.cs
- TabletDevice.cs
- GlyphRunDrawing.cs
- documentsequencetextpointer.cs
- InputReportEventArgs.cs
- Label.cs
- RepeaterItemCollection.cs
- SoapIgnoreAttribute.cs
- XPathSelfQuery.cs
- Type.cs
- Compensate.cs
- DetailsViewModeEventArgs.cs
- IntMinMaxAggregationOperator.cs
- Model3D.cs
- DocumentEventArgs.cs
- AnnouncementEventArgs.cs
- TemplateParser.cs
- PathFigureCollection.cs
- NavigationFailedEventArgs.cs
- ContainerVisual.cs
- smtpconnection.cs
- XmlArrayItemAttribute.cs
- Timeline.cs
- FilteredXmlReader.cs
- SmtpException.cs
- MenuRendererStandards.cs
- CaseInsensitiveOrdinalStringComparer.cs
- ZipIOBlockManager.cs
- DataGridViewColumnConverter.cs
- Set.cs
- DesignTimeType.cs
- ComboBoxHelper.cs
- OrderedHashRepartitionEnumerator.cs
- ParameterCollection.cs
- TransformFinalBlockRequest.cs
- ObjectDataSourceView.cs
- HttpApplication.cs
- TextServicesContext.cs
- EnvironmentPermission.cs
- XmlEncApr2001.cs
- XPathNavigator.cs
- DynamicAttribute.cs
- DataTemplateSelector.cs
- XmlValidatingReader.cs
- MarkupProperty.cs
- Int64Converter.cs
- ToolStripItemGlyph.cs
- CheckBoxBaseAdapter.cs
- PropertyValueUIItem.cs
- StreamGeometryContext.cs
- UIPermission.cs
- HtmlInputRadioButton.cs
- ReachUIElementCollectionSerializerAsync.cs
- EventQueueState.cs
- DataGridViewTextBoxColumn.cs
- ColorConvertedBitmap.cs
- MediaElement.cs
- XmlILModule.cs
- DataRecordInternal.cs
- Util.cs
- PropertyMapper.cs
- log.cs
- MergeFilterQuery.cs
- ObjRef.cs