Discuss this help topic in SecureBlackbox Forum

TElSAMLManageNameIDRequestElement.NewID

TElSAMLManageNameIDRequestElement     


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


The new, unencrypted, name identifier.

Declaration

[C#]
    string NewID;

[VB.NET]
    Property NewID As String

[Pascal]
    property NewID : string;

[C++]
    void get_NewID(std::string &OutResult);
    void set_NewID(const std::string &Value);

[PHP]
    string get_NewID()
    void set_NewID(string $Value)

[Java]
    String getNewID();
    void setNewID(String Value);

Description

This property specifies the new name identifier (in plaintext).

Discuss this help topic in SecureBlackbox Forum