RSACryptoServiceProvider.PublicOnly Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that indicates whether the RSACryptoServiceProvider object contains only a public key.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Booleantrue if the RSACryptoServiceProvider object contains only a public key; otherwise, false.
The RSACryptoServiceProvider class can be initialized either with a public key only or with both a public and private key. Use the PublicOnly property to determine whether the current instance contains only a public key or both a public and private key.
Show: