Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / clr / src / BCL / System / Security / Cryptography / SHA384.cs / 1 / SHA384.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // // SHA384.cs // // This abstract class represents the SHA-384 hash algorithm. // namespace System.Security.Cryptography { [System.Runtime.InteropServices.ComVisible(true)] public abstract class SHA384 : HashAlgorithm { // // protected constructors // protected SHA384() { HashSizeValue = 384; } // // public methods // new static public SHA384 Create() { return Create("System.Security.Cryptography.SHA384"); } new static public SHA384 Create(String hashName) { return (SHA384) CryptoConfig.CreateFromName(hashName); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // // SHA384.cs // // This abstract class represents the SHA-384 hash algorithm. // namespace System.Security.Cryptography { [System.Runtime.InteropServices.ComVisible(true)] public abstract class SHA384 : HashAlgorithm { // // protected constructors // protected SHA384() { HashSizeValue = 384; } // // public methods // new static public SHA384 Create() { return Create("System.Security.Cryptography.SHA384"); } new static public SHA384 Create(String hashName) { return (SHA384) 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
- ToolZone.cs
- GuidConverter.cs
- Dictionary.cs
- ProfileGroupSettings.cs
- ListViewGroup.cs
- WpfKnownMember.cs
- UriTemplate.cs
- StringBuilder.cs
- GridViewUpdateEventArgs.cs
- JsonServiceDocumentSerializer.cs
- Compiler.cs
- XmlHelper.cs
- AsnEncodedData.cs
- ClientSettingsProvider.cs
- ScrollBar.cs
- FacetEnabledSchemaElement.cs
- EventProvider.cs
- ValueUnavailableException.cs
- StringOutput.cs
- EdmEntityTypeAttribute.cs
- StretchValidation.cs
- CommonXSendMessage.cs
- InputScope.cs
- PropertyValueEditor.cs
- Window.cs
- SignedInfo.cs
- NavigationService.cs
- ConditionedDesigner.cs
- FastEncoderWindow.cs
- OdbcRowUpdatingEvent.cs
- CellConstant.cs
- GroupByExpressionRewriter.cs
- NetTcpBindingCollectionElement.cs
- TextClipboardData.cs
- EnumerableWrapperWeakToStrong.cs
- versioninfo.cs
- AppDomainFactory.cs
- SingleTagSectionHandler.cs
- TypeContext.cs
- BitmapEncoder.cs
- HwndSubclass.cs
- Repeater.cs
- TrackingLocation.cs
- SHA384.cs
- IntSecurity.cs
- PopupEventArgs.cs
- externdll.cs
- PresentationAppDomainManager.cs
- GridLengthConverter.cs
- XmlSchemaSequence.cs
- InheritanceRules.cs
- PreProcessor.cs
- HelpInfo.cs
- MissingFieldException.cs
- PenCursorManager.cs
- AuthenticationManager.cs
- FlowPosition.cs
- OpenTypeLayout.cs
- Transform3D.cs
- MatrixAnimationUsingPath.cs
- SqlExpander.cs
- NameValuePair.cs
- HwndKeyboardInputProvider.cs
- ProviderConnectionPoint.cs
- ColumnMapVisitor.cs
- XmlSubtreeReader.cs
- TextEndOfLine.cs
- EncodingInfo.cs
- COM2ExtendedTypeConverter.cs
- AdRotator.cs
- StatusBar.cs
- SqlRowUpdatedEvent.cs
- HttpInputStream.cs
- CodeObject.cs
- KeyValueConfigurationElement.cs
- DataServiceHost.cs
- DataSysAttribute.cs
- PointAnimationUsingPath.cs
- WebConvert.cs
- Version.cs
- ItemContainerPattern.cs
- SqlServer2KCompatibilityCheck.cs
- FixedTextPointer.cs
- BufferModesCollection.cs
- COM2PictureConverter.cs
- MemberHolder.cs
- XmlHierarchicalEnumerable.cs
- ConnectionString.cs
- StrongNamePublicKeyBlob.cs
- DataGridViewToolTip.cs
- KeyValueConfigurationElement.cs
- DataGridViewComboBoxEditingControl.cs
- BaseContextMenu.cs
- SqlDataSourceEnumerator.cs
- SocketAddress.cs
- DummyDataSource.cs
- AttributeAction.cs
- OracleInfoMessageEventArgs.cs
- QilList.cs
- TdsEnums.cs