Method: RSAML::Conditions#not_before

Defined in:
lib/rsaml/conditions.rb

#not_beforeObject

Specifies the earliest time instant at which the assertion is valid. The time value is encoded in UTC.



5
6
7
# File 'lib/rsaml/conditions.rb', line 5

def not_before
  @not_before
end