Discuss this help topic in SecureBlackbox Forum
This class represents a SAML artifact.
Description
A SAML artifact is a small, fixed-size data object which points to a large, variable-size SAML protocol message. In other words, an artifact is a reference to a SAML protocol message that can be resolved (dereferenced) by the corresponding parties when needed.
The artifact itself is a short opaque string which consists of the 2-byte type code, 2-byte endpoint index, and the "remaining artifact". Use SaveToBuffer method to obtain the artifact string.
.NET: