Org.BouncyCastle.Bcpg.Sig.NotationData.NotationData C# (CSharp) Method

NotationData() public method

public NotationData ( bool critical, bool humanReadable, string notationName, string notationValue ) : System
critical bool
humanReadable bool
notationName string
notationValue string
return System
		public NotationData(
			bool	critical,
			bool	humanReadable,
			string	notationName,
			string	notationValue)
			: base(SignatureSubpacketTag.NotationData, critical,
				createData(humanReadable, notationName, notationValue))
		{
		}

Same methods

NotationData::NotationData ( bool critical, byte data ) : System