os/ossrv/lowlevellibsandfws/apputils/tsrc/t_strings/SecurityPolicyPluginStrings.st
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 # Security Policy Plug-in, named properties string table
     2 stringtable SecurityPolicyPluginStrings
     3 #
     4 # Standard token values, enumerations or parameters
     5 #
     6 ESequenceNumberMode _snm
     7 EKeyRefreshRate _krr
     8 ESharedSecret _ss
     9 ERecordLengthUsage _rlu
    10 EAnonymousAllowed _aa
    11 #
    12 # Values for sequence number mode
    13 ENotUsed _nu 
    14 EImplicit _im
    15 EExplicit _ex
    16 #
    17 # Values for 'record length usage' ('not used' value is taken from above)
    18 EUsed _u
    19 #
    20 # Values for 'anonymous allowed'
    21 EAllowed _allowed
    22 ENotAllowed _na