Signature.Details Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets information about a signature. Read-only.
public:
property Microsoft::Office::Core::SignatureInfo ^ Details { Microsoft::Office::Core::SignatureInfo ^ get(); };
public Microsoft.Office.Core.SignatureInfo Details { get; }
member this.Details : Microsoft.Office.Core.SignatureInfo
Public ReadOnly Property Details As SignatureInfo
Property Value
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.