Org.BouncyCastle.Asn1.X509.Targets.ToAsn1Object C# (CSharp) Method

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Asn1Object
		public override Asn1Object ToAsn1Object()
		{
			return targets;
		}
	}