Discuss this help topic in SecureBlackbox Forum

TElSAMLSecurityHandler class

Methods     Declared in     


This is a base class for the following classes: TElSAMLEncryptionHandler, TElSAMLSignatureHandler.

Description

Security handlers in SecureBlackbox are the entities that implement data encryption and/or signing. TElSAMLSecurityHandler is a base class for SAML signature and encryption handlers. Security in SAML is based on the XML Encryption Syntax and Processing specification [XMLEnc].

TElSAMLSecurityHandler does not implement any functionality itself, please use its descendants to carry out security operations.

Methods

Declared in

.NET:
  • Namespace: SBXMLSAMLCore
  • Assembly: SecureBlackbox.SAMLCommon
VCL:
  • Unit: SBXMLSAMLCore
Java:
  • Package: SecureBlackbox.SAMLCommon.jar
C++:
  • sbxmlsamlcore.h

Discuss this help topic in SecureBlackbox Forum