INDTransmitterProperties.ExpirationDate Property

Definition

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

Applies to