Edit

Share via


Signature.Details Property

Definition

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

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.

Applies to