INDTransmitterProperties.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.
Gets the expiration date and time from the transmitter certificate.
public:
property DateTime ExpirationDate { DateTime get(); };
DateTime ExpirationDate();
/// [get: Windows.Foundation.Metadata.Deprecated("INDTransmitterProperties is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
DateTime ExpirationDate();
public System.DateTimeOffset ExpirationDate { get; }
public System.DateTimeOffset ExpirationDate { [Windows.Foundation.Metadata.Deprecated("INDTransmitterProperties is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; }
var dateTime = iNDTransmitterProperties.expirationDate;
Public ReadOnly Property ExpirationDate As DateTimeOffset
Property Value
The date and time the certificate expires.
- Attributes