public static PKMacValue GetInstance(
Asn1TaggedObject obj,
bool isExplicit
)
Public Shared Function GetInstance (
obj As Asn1TaggedObject,
isExplicit As Boolean
) As PKMacValue
public:
static PKMacValue^ GetInstance(
Asn1TaggedObject^ obj,
bool isExplicit
)
Org.BouncyCastle.Asn1.Crmf.PKMacValue.GetInstance = function(obj, isExplicit);