Class RsaKeyValueType
[Serializable]
public class RsaKeyValueType
- Inheritance
-
RsaKeyValueType
- Inherited Members
Properties
Exponent
[Required(AllowEmptyStrings = true)]
public byte[] Exponent { get; set; }
Property Value
- byte[]
Modulus
[Required(AllowEmptyStrings = true)]
public byte[] Modulus { get; set; }
Property Value
- byte[]