10 private string m_description;
12 private Uri m_descriptionUrl;
44 [SecuritySafeCritical]
48 return m_signatureChain;
56 [SecuritySafeCritical]
64 return m_signingCertificate;
100 m_hashAlgorithmId = signer.algHash;
110 m_signatureChain = signatureChain;
115 m_timestamp = timestamp;
130 m_verificationResult = error;
UriKind
Defines the kinds of T:System.Uris for the M:System.Uri.IsWellFormedUriString(System....
SignatureVerificationResult
Specifies most of the result codes for signature verification.
Might cause a resource leak on termination, if not protected by a safe handle or some other means of ...
The ability to open a store.
static bool TryCreate(string uriString, UriKind uriKind, out Uri result)
Creates a new T:System.Uri using the specified T:System.String instance and a T:System....
SecurityAction
Specifies the security actions that can be performed using declarative security.
Controls access to stores containing X.509 certificates. This class cannot be inherited.
A platform-specific type that is used to represent a pointer or a handle.
TrustStatus
Identifies the level of trustworthiness that is assigned to the signature for a manifest.
Provides a collection of methods for allocating unmanaged memory, copying unmanaged memory blocks,...
Represents the base class from which all implementations of cryptographic hash algorithms must derive...
Represents a chain-building engine for T:System.Security.Cryptography.X509Certificates....
The ability to enumerate the certificates in a store.
static unsafe string PtrToStringUni(IntPtr ptr, int len)
Allocates a managed T:System.String and copies a specified number of characters from an unmanaged Uni...
static readonly IntPtr Zero
A read-only field that represents a pointer or handle that has been initialized to zero.
Provides an object representation of a uniform resource identifier (URI) and easy access to the parts...
X509ChainElementCollection ChainElements
Gets a collection of T:System.Security.Cryptography.X509Certificates.X509ChainElement objects.
Represents an X.509 certificate.