Show / Hide Table of Contents
Editar no GitHub

Class MissingDataDigestException

Inheritance
Object
Exception
MissingDataDigestException
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Message
Exception.Data
Exception.InnerException
Exception.TargetSite
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.SerializeObjectState
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki.dll
Syntax
public class MissingDataDigestException : Exception, ISerializable, _Exception

Constructors

| Improve this Doc View Source

MissingDataDigestException(DigestAlgorithm)

Declaration
public MissingDataDigestException(DigestAlgorithm digestAlgorithm)
Parameters
Type Name Description
DigestAlgorithm digestAlgorithm

Properties

| Improve this Doc View Source

DigestAlgorithm

Declaration
public DigestAlgorithm DigestAlgorithm { get; }
Property Value
Type Description
DigestAlgorithm
Back to top Copyright © 2015-2020 Lacuna Software