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