Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProviderInfo.CreateForGoogleAppEngine

TElSAMLServiceProviderInfo     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Creates a new instance of TElSAMLServiceProviderInfo to be used with Google AppEngine.

Declaration

[C#]
    static TElSAMLServiceProviderInfo CreateForGoogleAppEngine(string Domain);

[VB.NET]
    Shared Function CreateForGoogleAppEngine(ByVal Domain As String) As TElSAMLServiceProviderInfo

[Pascal]
    class function CreateForGoogleAppEngine(const Domain : string) : TElSAMLServiceProviderInfo;

[C++]
    static TElSAMLServiceProviderInfoHandle CreateForGoogleAppEngine(const std::string &Domain);

[PHP]
    TElSAMLServiceProviderInfo CreateForGoogleAppEngine(string $Domain)

[Java]
    static TElSAMLServiceProviderInfo createForGoogleAppEngine(String Domain);

Parameters

  • Domain - the app domain to be mapped to Google AppEngine.

Description

Use this class method to create a new instance of TElSAMLServiceProviderInfo for use with Google AppEngine.

Discuss this help topic in SecureBlackbox Forum