Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Security / Cryptography / SHA512.cs / 1305376 / 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 // [System.Security.SecuritySafeCritical] // auto-generated new static public SHA512 Create() { return Create("System.Security.Cryptography.SHA512"); } [System.Security.SecuritySafeCritical] // auto-generated new static public SHA512 Create(String hashName) { return (SHA512) CryptoConfig.CreateFromName(hashName); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // 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 // [System.Security.SecuritySafeCritical] // auto-generated new static public SHA512 Create() { return Create("System.Security.Cryptography.SHA512"); } [System.Security.SecuritySafeCritical] // auto-generated new static public SHA512 Create(String hashName) { return (SHA512) 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
- NegatedCellConstant.cs
- StreamResourceInfo.cs
- BinaryCommonClasses.cs
- QueryContinueDragEvent.cs
- CellIdBoolean.cs
- WindowsSlider.cs
- ResourceBinder.cs
- DecoderReplacementFallback.cs
- BuildDependencySet.cs
- NativeMethods.cs
- XPathScanner.cs
- DataGridViewCellEventArgs.cs
- ProxyGenerationError.cs
- ApplyHostConfigurationBehavior.cs
- NamespaceDecl.cs
- LinkButton.cs
- Profiler.cs
- Header.cs
- GregorianCalendar.cs
- Perspective.cs
- Function.cs
- HtmlInputText.cs
- SigningCredentials.cs
- CharAnimationBase.cs
- DataObject.cs
- ParallelTimeline.cs
- Mouse.cs
- Slider.cs
- StorageAssociationSetMapping.cs
- DataPager.cs
- HostingEnvironmentSection.cs
- CustomWebEventKey.cs
- HttpFileCollection.cs
- AlternateViewCollection.cs
- PrivacyNoticeElement.cs
- TraceContextRecord.cs
- ContentFilePart.cs
- TimeSpanValidatorAttribute.cs
- CollectionBuilder.cs
- MenuAutomationPeer.cs
- Nullable.cs
- ExpressionBinding.cs
- MatrixTransform3D.cs
- HtmlPanelAdapter.cs
- DodSequenceMerge.cs
- LinqDataSourceContextData.cs
- UInt16Converter.cs
- EntityDataSourceStatementEditorForm.cs
- BindingExpressionUncommonField.cs
- followingsibling.cs
- ConnectionManagementElementCollection.cs
- FileSecurity.cs
- SchemaElementLookUpTable.cs
- Figure.cs
- Matrix.cs
- StreamingContext.cs
- HttpProcessUtility.cs
- sqlinternaltransaction.cs
- EntityViewGenerationAttribute.cs
- ResizeGrip.cs
- ObjectListShowCommandsEventArgs.cs
- WebBrowserUriTypeConverter.cs
- DataGridViewRowPrePaintEventArgs.cs
- PropertyManager.cs
- TemplateContent.cs
- AsymmetricKeyExchangeDeformatter.cs
- BaseCodeDomTreeGenerator.cs
- AnimationTimeline.cs
- MsmqMessageSerializationFormat.cs
- DataSourceCache.cs
- TemplateFactory.cs
- LayoutEditorPart.cs
- CompensatableSequenceActivity.cs
- DummyDataSource.cs
- CompiledQuery.cs
- ResourceContainer.cs
- GradientStop.cs
- DateTimeFormatInfoScanner.cs
- ListViewTableRow.cs
- DocumentXPathNavigator.cs
- Int32Converter.cs
- TypeGeneratedEventArgs.cs
- MetadataFile.cs
- XmlDesignerDataSourceView.cs
- DesignRelation.cs
- UnsafeNetInfoNativeMethods.cs
- ZipIOLocalFileHeader.cs
- PublisherIdentityPermission.cs
- ContextBase.cs
- SqlClientMetaDataCollectionNames.cs
- SequentialActivityDesigner.cs
- Size.cs
- BooleanSwitch.cs
- ReverseInheritProperty.cs
- BindingRestrictions.cs
- RenderTargetBitmap.cs
- DataContractSerializerOperationBehavior.cs
- UnmanagedBitmapWrapper.cs
- DownloadProgressEventArgs.cs
- IItemProperties.cs