Specifies the time instant at which the assertion has expired.
[Saml2Core, 2.5.1]
Пространство имен:
Microsoft.IdentityModel.Tokens.Saml2
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Visual Basic |
Dim instance As Saml2Conditions
Dim value As Nullable(Of DateTime)
value = instance.NotOnOrAfter
instance.NotOnOrAfter = value
|
Синтаксис
Visual Basic |
Public Property NotOnOrAfter As Nullable(Of DateTime)
|
C# |
public Nullable<DateTime> NotOnOrAfter { get; set; }
|
C++ |
public:
property Nullable<DateTime> NotOnOrAfter {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
|
J# |
/** @property */
public Nullable<DateTime> get_NotOnOrAfter ()
/** @property */
public void set_NotOnOrAfter (Nullable<DateTime> value)
|
JScript |
public function get NotOnOrAfter () : Nullable<DateTime>
public function set NotOnOrAfter (value : Nullable<DateTime>)
|
Значение свойства
Returns a nullable
DateTime.
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также