Share via


Signature.Details Property

Office Developer Reference

Gets information about a signature. Read-only.

Syntax

expression.Details

expression   An expression that returns a Signature object.

Return Value
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.

See Also