|
JWSCL Documentation
|
TJwSecurityPackageCapability = ( spcIntegrity, spcPrivacy, spcTokenOnly, spcDatagram, spcConnection, spcMultiRequired, spcClientOnly, spcExtendedError, spcImpersonation, spcAcceptWin32Name, spcStream, spcNegotiable, spcGSSCompatible, spcLogon, spcASCIIBuffers, spcFragment, spcMutualAuth, spcDelegation, spcNone );
|
Members |
Description |
|
spcIntegrity |
SECPKG_FLAG_INTEGRITY = $00000001; // Supports integrity on messages |
|
spcPrivacy |
SECPKG_FLAG_PRIVACY = $00000002; // Supports privacy (confidentiality) |
|
spcTokenOnly |
SECPKG_FLAG_TOKEN_ONLY = $00000004; // Only security token needed |
|
spcDatagram |
SECPKG_FLAG_DATAGRAM = $00000008; // Datagram RPC support |
|
spcConnection |
SECPKG_FLAG_CONNECTION = $00000010; // Connection oriented RPC support |
|
spcMultiRequired |
SECPKG_FLAG_MULTI_REQUIRED = $00000020; // Full 3-leg required for re-auth. |
|
spcClientOnly |
SECPKG_FLAG_CLIENT_ONLY = $00000040; // Server side functionality not available |
|
spcExtendedError |
SECPKG_FLAG_EXTENDED_ERROR = $00000080; // Supports extended error msgs |
|
spcImpersonation |
SECPKG_FLAG_IMPERSONATION = $00000100; // Supports impersonation |
|
spcAcceptWin32Name |
SECPKG_FLAG_ACCEPT_WIN32_NAME = $00000200; // Accepts Win32 names |
|
spcStream |
SECPKG_FLAG_STREAM = $00000400; // Supports stream semantics |
|
spcNegotiable |
SECPKG_FLAG_NEGOTIABLE = $00000800; // Can be used by the negotiate package |
|
spcGSSCompatible |
SECPKG_FLAG_GSS_COMPATIBLE = $00001000; // GSS Compatibility Available |
|
spcLogon |
SECPKG_FLAG_LOGON = $00002000; // Supports common LsaLogonUser |
|
spcASCIIBuffers |
SECPKG_FLAG_ASCII_BUFFERS = $00004000; // Token Buffers are in ASCII |
|
spcFragment |
SECPKG_FLAG_FRAGMENT = $00008000; // Package can fragment to fit |
|
spcMutualAuth |
SECPKG_FLAG_MUTUAL_AUTH = $00010000; // Package can perform mutual authentication |
|
spcDelegation |
SECPKG_FLAG_DELEGATION = $00020000; // Package can delegate |
|
spcNone |
SECPKG_ID_NONE = $FFFF; |
This is record TJwSecurityPackageCapability.
|
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc. |
|
What do you think about this topic? Send feedback!
|