Discuss this help topic in SecureBlackbox Forum

TElGSSMechanismCollection.GetMechByOID

TElGSSMechanismCollection     See also     


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


This topic is under development…

Declaration

[C#]
    TElGSSBaseMechanism GetMechByOID(byte[] OID);

[VB.NET]
    Function GetMechByOID(ByVal OID As Byte()) As TElGSSBaseMechanism

[Pascal]
    function GetMechByOID(const OID : ByteArray) : TElGSSBaseMechanism;

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

[PHP]
    TElGSSBaseMechanism GetMechByOID(array of byte|string|NULL $OID)

[Java]
    not available

Parameters

  • OID -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum