thrownewArgumentOutOfRangeException("addressFamilyDependentPart",addressFamilyDependentPart,"Cannot be longer than "+AddressFamilyDependentPartMaxLength);
/// As stated in the DDDS algorithm, The regular expressions must not be used in a cumulative fashion, that is, they should only be applied to the original string held by the client, never to the domain name produced by a previous NAPTR rewrite.
/// The latter is tempting in some applications but experience has shown such use to be extremely fault sensitive, very error prone, and extremely difficult to debug.
/// This format is not used if there exists an RR with a type number greater than 127.
/// If the zero bit of the type bit map is a one, it indicates that a different format is being used which will always be the case if a type number greater than 127 is present.
thrownewArgumentOutOfRangeException("messageAuthenticationCode",messageAuthenticationCode.Length,string.Format("Cannot be longer than {0}",ushort.MaxValue));
/// An OSI Object Identifier (OID) preceded by a one byte unsigned length appears at the beginning of the data area to indicate which private abstract syntax is being used.
/// Basic Encoding Rules.
/// </summary>
AsnPrivateBer=0x3F01,
AsnPrivateBasicEncodingRules=0x3F01,
/// <summary>
/// Private abstract syntax notations.
...
...
@@ -127,7 +129,7 @@
/// An OSI Object Identifier (OID) preceded by a one byte unsigned length appears at the beginning of the data area to indicate which private abstract syntax is being used.
/// Distinguished Encoding Rules.
/// </summary>
AsnPrivateDer=0x3F02,
AsnPrivateDistinguishedEncodingRules=0x3F02,
/// <summary>
/// Private abstract syntax notations.
...
...
@@ -151,7 +153,7 @@
/// An OSI Object Identifier (OID) preceded by a one byte unsigned length appears at the beginning of the data area to indicate which private abstract syntax is being used.