Discuss this help topic in SecureBlackbox Forum

TElGSSBaseMechanism.IsMechSupported

TElGSSBaseMechanism     See also     


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


This topic is under development…

Declaration

[C#]
    bool IsMechSupported(byte[] OID);

[VB.NET]
    Function IsMechSupported(ByVal OID As Byte()) As Boolean

[Pascal]
    function IsMechSupported(const OID : ByteArray) : Boolean; virtual;

[C++]
    bool IsMechSupported(const std::vector<uint8_t> &OID);

[PHP]
    bool IsMechSupported(array of byte|string|NULL $OID)

[Java]
    not available

Parameters

  • OID -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum