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.
DSACryptoServiceProvider::PublicOnly Property
.NET Framework (current version)
Gets a value that indicates whether the DSACryptoServiceProvider object contains only a public key.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::Booleantrue if the DSACryptoServiceProvider object contains only a public key; otherwise, false.
The DSACryptoServiceProvider 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
Available since 2.0
Show: