You are here

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

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

src/XMLSecurityKey.php, line 842

Class

XMLSecurityDSig

Namespace

Drupal\miniorange_saml

Code

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