You are here

public static function XMLSecurityDSig::generate_GUID in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 7

Generate guid

Parameters

string $prefix Prefix to use for guid. defaults to pfx:

Return value

string The generated guid

Deprecated

Method deprecated in Release 1.4.1

File

includes/XMLSecurityKey.php, line 875

Class

XMLSecurityDSig

Code

public static function generate_GUID($prefix = 'pfx') {
  return self::generateGUID($prefix);
}