Discuss this help topic in SecureBlackbox Forum

TElSAMLKeyDescriptorElement.Use

TElSAMLKeyDescriptorElement     


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


Defines the purpose of this key.

Declaration

[C#]
    TSBSAMLKeyUse Use;

[VB.NET]
    Property Use As TSBSAMLKeyUse

[Pascal]
    property Use : TSBSAMLKeyUse;

[C++]
    TSBSAMLKeyUse get_Use();
    void set_Use(TSBSAMLKeyUse Value);

[PHP]
    integer get_Use()
    void set_Use(integer $Value)

[Java]
    TSBSAMLKeyUse getUse();
    void setUse(TSBSAMLKeyUse Value);

TSBSAMLKeyUse values

Description

This property specifies the use for this key.

Discuss this help topic in SecureBlackbox Forum