Signature.Details Property
Gets information about a signature. Read-only.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Details As SignatureInfo
Get
'Usage
Dim instance As Signature
Dim value As SignatureInfo
value = instance.Details
SignatureInfo Details { get; }
Property Value
Type: Microsoft.Office.Core.SignatureInfo
SignatureInfo
Remarks
Among the information that can be read is whether the certificate associated with the signature has expired, whether the signature is valid, and whether the signature is read-only.