Discuss this help topic in SecureBlackbox Forum

TElSAMLNameIDPolicyElement.AllowCreate

TElSAMLNameIDPolicyElement     See also     


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


Specifies whether the IdP can create a new identifier to represent the principal.

Declaration

[C#]
    bool AllowCreate;

[VB.NET]
    Property AllowCreate As Boolean

[Pascal]
    property AllowCreate : boolean;

[C++]
    bool get_AllowCreate();
    void set_AllowCreate(bool Value);

[PHP]
    bool get_AllowCreate()
    void set_AllowCreate(bool $Value)

[Java]
    boolean getAllowCreate();
    void setAllowCreate(boolean Value);

Description

When this attribute is present, and is set to true, the identity provider is allowed to create a new identifier for the principle while fulfilling the request. When this attribute is omitted, its value is treated as false.

See also:     UseAllowCreate    

Discuss this help topic in SecureBlackbox Forum