Signature.ExpireDate 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.
Returns an Object representing the date on which the digital signature that corresponds to the Signature object will expire.
public:
property System::Object ^ ExpireDate { System::Object ^ get(); };
public object ExpireDate { get; }
member this.ExpireDate : obj
Public ReadOnly Property ExpireDate As Object