Discuss this help topic in SecureBlackbox Forum

TElSAMLKeyDescriptorElement.KeyInfo

TElSAMLKeyDescriptorElement     


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


Identifies the key.

Declaration

[C#]
    TElXMLKeyInfo KeyInfo;

[VB.NET]
    Property KeyInfo As TElXMLKeyInfo

[Pascal]
    property KeyInfo : TElXMLKeyInfo;

[C++]
    TElXMLKeyInfo* get_KeyInfo();
    void set_KeyInfo(TElXMLKeyInfo &Value);
    void set_KeyInfo(TElXMLKeyInfo *Value);

[PHP]
    TElXMLKeyInfo get_KeyInfo()
    void set_KeyInfo(TElXMLKeyInfo $Value)

[Java]
    TElXMLKeyInfo getKeyInfo();
    void setKeyInfo(TElXMLKeyInfo Value);

Description

This property identifies the cryptographic key.

Discuss this help topic in SecureBlackbox Forum