Org.BouncyCastle.Asn1.Cms.RecipientInfo.GetKekInfo C# (CSharp) Méthode

GetKekInfo() private méthode

private GetKekInfo ( Asn1TaggedObject o ) : KekRecipientInfo
o Org.BouncyCastle.Asn1.Asn1TaggedObject
Résultat KekRecipientInfo
		private KekRecipientInfo GetKekInfo(
			Asn1TaggedObject o)
		{
			// For compatibility with erroneous version, we don't always pass 'false' here
			return KekRecipientInfo.GetInstance(o, o.IsExplicit());
		}