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
- HtmlSelect.cs
- Missing.cs
- ValidationEventArgs.cs
- TemplateLookupAction.cs
- ToolboxItemAttribute.cs
- CodeMethodReturnStatement.cs
- _OverlappedAsyncResult.cs
- DiscreteKeyFrames.cs
- EmissiveMaterial.cs
- CanonicalizationDriver.cs
- GC.cs
- ToolStripContentPanelRenderEventArgs.cs
- MarshalByRefObject.cs
- CodeThrowExceptionStatement.cs
- _ConnectOverlappedAsyncResult.cs
- ManagedIStream.cs
- DocumentOrderQuery.cs
- ResXResourceWriter.cs
- UrlPath.cs
- OdbcUtils.cs
- FlowPosition.cs
- MemberNameValidator.cs
- ManagementClass.cs
- DbParameterCollection.cs
- SignatureToken.cs
- HtmlInputHidden.cs
- GrammarBuilderRuleRef.cs
- ObjectNotFoundException.cs
- VoiceChangeEventArgs.cs
- UnionCodeGroup.cs
- SymbolMethod.cs
- VisualBrush.cs
- HandlerWithFactory.cs
- PrivilegeNotHeldException.cs
- QuotedStringFormatReader.cs
- AnnouncementInnerClient11.cs
- XamlReaderConstants.cs
- UserNamePasswordValidator.cs
- XmlWhitespace.cs
- Matrix3DConverter.cs
- keycontainerpermission.cs
- ChtmlSelectionListAdapter.cs
- BuildProvider.cs
- ApplicationBuildProvider.cs
- GeneratedContractType.cs
- Registry.cs
- XhtmlBasicPageAdapter.cs
- SqlFacetAttribute.cs
- _SslStream.cs
- SerialPort.cs
- X509Utils.cs
- XhtmlTextWriter.cs
- SignedPkcs7.cs
- CanExecuteRoutedEventArgs.cs
- ThaiBuddhistCalendar.cs
- ExpressionTextBox.xaml.cs
- FillRuleValidation.cs
- Debug.cs
- FloatAverageAggregationOperator.cs
- CollectionCodeDomSerializer.cs
- PagesSection.cs
- TypedDataSetSchemaImporterExtensionFx35.cs
- SessionStateSection.cs
- TextEffect.cs
- DomNameTable.cs
- TableChangeProcessor.cs
- OleDbPropertySetGuid.cs
- MenuItemStyle.cs
- DynamicValidatorEventArgs.cs
- ThousandthOfEmRealDoubles.cs
- SharedPerformanceCounter.cs
- basevalidator.cs
- HtmlContainerControl.cs
- DoubleLink.cs
- brushes.cs
- AppLevelCompilationSectionCache.cs
- DiagnosticStrings.cs
- RefExpr.cs
- SelectedDatesCollection.cs
- MultiBindingExpression.cs
- QueryOperationResponseOfT.cs
- BitmapCodecInfoInternal.cs
- ObjectListFieldCollection.cs
- MenuItemCollection.cs
- DbProviderServices.cs
- NameSpaceExtractor.cs
- GZipDecoder.cs
- ValueTypeFieldReference.cs
- COM2PropertyDescriptor.cs
- SafeNativeMemoryHandle.cs
- ContainsRowNumberChecker.cs
- SmtpLoginAuthenticationModule.cs
- FixedPageStructure.cs
- TextWriterTraceListener.cs
- StrokeSerializer.cs
- HttpCacheVary.cs
- MbpInfo.cs
- KnownTypeHelper.cs
- ExceptionRoutedEventArgs.cs
- Control.cs