The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
RSACryptoServiceProvider::PublicOnly Property
.NET Framework (current version)
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.
.NET Framework
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Show: