Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Security / Cryptography / SHA256.cs / 1305376 / SHA256.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== //[....] // // // SHA256.cs // // This abstract class represents the SHA-256 hash algorithm. // namespace System.Security.Cryptography { [System.Runtime.InteropServices.ComVisible(true)] public abstract class SHA256 : HashAlgorithm { // // protected constructors // protected SHA256() { HashSizeValue = 256; } // // public methods // [System.Security.SecuritySafeCritical] // auto-generated new static public SHA256 Create() { return Create("System.Security.Cryptography.SHA256"); } [System.Security.SecuritySafeCritical] // auto-generated new static public SHA256 Create(String hashName) { return (SHA256) CryptoConfig.CreateFromName(hashName); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== //[....] // // // SHA256.cs // // This abstract class represents the SHA-256 hash algorithm. // namespace System.Security.Cryptography { [System.Runtime.InteropServices.ComVisible(true)] public abstract class SHA256 : HashAlgorithm { // // protected constructors // protected SHA256() { HashSizeValue = 256; } // // public methods // [System.Security.SecuritySafeCritical] // auto-generated new static public SHA256 Create() { return Create("System.Security.Cryptography.SHA256"); } [System.Security.SecuritySafeCritical] // auto-generated new static public SHA256 Create(String hashName) { return (SHA256) 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
- DrawingBrush.cs
- InternalConfigEventArgs.cs
- KeyInstance.cs
- ActiveXHost.cs
- FileDataSourceCache.cs
- PerfCounterSection.cs
- CornerRadiusConverter.cs
- HandlerBase.cs
- SendActivity.cs
- PtsCache.cs
- OleDbEnumerator.cs
- MetadataException.cs
- HtmlPageAdapter.cs
- ClientScriptManagerWrapper.cs
- GridViewCommandEventArgs.cs
- NativeRightsManagementAPIsStructures.cs
- DesignTimeTemplateParser.cs
- WindowsScroll.cs
- InternalRelationshipCollection.cs
- RenderCapability.cs
- MessageBox.cs
- XmlDataDocument.cs
- UnsafeCollabNativeMethods.cs
- SQLByteStorage.cs
- NamespaceQuery.cs
- SynchronizedCollection.cs
- GiveFeedbackEventArgs.cs
- JoinCqlBlock.cs
- Metafile.cs
- AsyncPostBackTrigger.cs
- WindowsTokenRoleProvider.cs
- DocumentScope.cs
- SortExpressionBuilder.cs
- GenericAuthenticationEventArgs.cs
- Identity.cs
- ChtmlImageAdapter.cs
- Descriptor.cs
- PresentationSource.cs
- Byte.cs
- DeflateEmulationStream.cs
- DummyDataSource.cs
- CopyAction.cs
- LogSwitch.cs
- EnvironmentPermission.cs
- XPathQilFactory.cs
- ErrorHandler.cs
- ConfigXmlSignificantWhitespace.cs
- HighlightComponent.cs
- MarshalByRefObject.cs
- PtsContext.cs
- PerformanceCounterLib.cs
- SubclassTypeValidatorAttribute.cs
- ServiceManager.cs
- ValidationSummary.cs
- ServiceTimeoutsBehavior.cs
- Image.cs
- SettingsBindableAttribute.cs
- PathSegment.cs
- CanonicalFontFamilyReference.cs
- Ipv6Element.cs
- GridLengthConverter.cs
- StringFreezingAttribute.cs
- _RequestCacheProtocol.cs
- DataGridItemCollection.cs
- Viewport3DAutomationPeer.cs
- Triplet.cs
- BinaryObjectWriter.cs
- PersonalizationProviderHelper.cs
- XamlContextStack.cs
- Span.cs
- MarkupCompilePass1.cs
- WhereQueryOperator.cs
- SettingsPropertyCollection.cs
- PlaceHolder.cs
- JournalEntryStack.cs
- ProcessHost.cs
- QueryableDataSourceView.cs
- QilLiteral.cs
- UnitySerializationHolder.cs
- HuffCodec.cs
- SmiMetaData.cs
- TextRunCache.cs
- HwndAppCommandInputProvider.cs
- CompilationAssemblyInstallComponent.cs
- DbConnectionPoolCounters.cs
- AuthenticationModuleElement.cs
- WebControlParameterProxy.cs
- ProcessModuleCollection.cs
- StringFunctions.cs
- SByte.cs
- EntityModelBuildProvider.cs
- AttachInfo.cs
- XmlAttributes.cs
- FunctionUpdateCommand.cs
- CollectionBase.cs
- InputLanguageProfileNotifySink.cs
- ConfigurationStrings.cs
- safex509handles.cs
- AppSettingsExpressionBuilder.cs
- XmlSortKey.cs