IKey.ExpirationDate 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.
The date after which encryptions with this key may no longer take place.
public:
property DateTimeOffset ExpirationDate { DateTimeOffset get(); };
public DateTimeOffset ExpirationDate { get; }
member this.ExpirationDate : DateTimeOffset
Public ReadOnly Property ExpirationDate As DateTimeOffset
Property Value
Remarks
An expired key may still be used to decrypt existing payloads.