Discuss this help topic in SecureBlackbox Forum

TElSAMLNameIDPolicyElement.UseAllowCreate

TElSAMLNameIDPolicyElement     See also     


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


Specifies whether to include the AllowCreate attribute.

Declaration

[C#]
    bool UseAllowCreate;

[VB.NET]
    Property UseAllowCreate As Boolean

[Pascal]
    property UseAllowCreate : boolean;

[C++]
    bool get_UseAllowCreate();
    void set_UseAllowCreate(bool Value);

[PHP]
    bool get_UseAllowCreate()
    void set_UseAllowCreate(bool $Value)

[Java]
    boolean getUseAllowCreate();
    void setUseAllowCreate(boolean Value);

Description

This property specifies whether the AllowCreate attribute should be included to the message. The default value is false.

See also:     AllowCreate    

Discuss this help topic in SecureBlackbox Forum