Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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); } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TimeoutException.cs
- Converter.cs
- LabelLiteral.cs
- ClientScriptManagerWrapper.cs
- CaseInsensitiveHashCodeProvider.cs
- SelectedCellsCollection.cs
- Roles.cs
- RowToParametersTransformer.cs
- SmtpMail.cs
- MbpInfo.cs
- RemoteTokenFactory.cs
- IApplicationTrustManager.cs
- FunctionDescription.cs
- TagPrefixCollection.cs
- LiteralLink.cs
- RectangleGeometry.cs
- ObjectParameterCollection.cs
- ViewLoader.cs
- WizardPanel.cs
- MatrixConverter.cs
- AdjustableArrowCap.cs
- NamespaceExpr.cs
- AQNBuilder.cs
- CodeCommentStatement.cs
- _ConnectOverlappedAsyncResult.cs
- DataObjectFieldAttribute.cs
- SettingsPropertyValueCollection.cs
- ManualResetEventSlim.cs
- PerformanceCounterPermissionEntryCollection.cs
- HttpHostedTransportConfiguration.cs
- UnsafeCollabNativeMethods.cs
- PlanCompilerUtil.cs
- CompilerError.cs
- SymmetricKeyWrap.cs
- LedgerEntry.cs
- GCHandleCookieTable.cs
- PropVariant.cs
- DisplayInformation.cs
- SizeLimitedCache.cs
- RenderData.cs
- TypefaceCollection.cs
- SupportsPreviewControlAttribute.cs
- CatalogZoneAutoFormat.cs
- _OverlappedAsyncResult.cs
- StretchValidation.cs
- MemberHolder.cs
- cookieexception.cs
- FixedTextPointer.cs
- PointCollectionConverter.cs
- OneOfConst.cs
- ComboBoxItem.cs
- HttpModulesSection.cs
- Misc.cs
- CursorConverter.cs
- MethodBody.cs
- AsyncPostBackTrigger.cs
- CompleteWizardStep.cs
- SoapAttributeAttribute.cs
- OracleConnectionStringBuilder.cs
- ArrayConverter.cs
- SwitchElementsCollection.cs
- SqlUtil.cs
- XmlUTF8TextWriter.cs
- IntSecurity.cs
- Latin1Encoding.cs
- LayoutExceptionEventArgs.cs
- DefaultBinder.cs
- CommentEmitter.cs
- XmlSchemaInfo.cs
- MasterPageBuildProvider.cs
- TextFormatter.cs
- MaskedTextBox.cs
- ComponentDispatcherThread.cs
- MutexSecurity.cs
- Point4DConverter.cs
- FixedDocumentSequencePaginator.cs
- WebPageTraceListener.cs
- SqlDataRecord.cs
- BidOverLoads.cs
- ValueTable.cs
- XmlMembersMapping.cs
- ConfigXmlCDataSection.cs
- TdsParameterSetter.cs
- RectValueSerializer.cs
- TableCell.cs
- SoapSchemaImporter.cs
- DataServiceHost.cs
- WorkflowMarkupElementEventArgs.cs
- WindowsIPAddress.cs
- ValidationUtility.cs
- GenericPrincipal.cs
- ThemeDictionaryExtension.cs
- MergeLocalizationDirectives.cs
- XmlArrayItemAttributes.cs
- CodeMethodReturnStatement.cs
- NameValueConfigurationCollection.cs
- EventMappingSettingsCollection.cs
- DBSqlParserColumn.cs
- Vector3DValueSerializer.cs
- CryptoHelper.cs