RsaProtectedConfigurationProvider.RsaPublicKey Свойство

Определение

Возвращает открытый ключ, используемый поставщиком.

public:
 property System::Security::Cryptography::RSAParameters RsaPublicKey { System::Security::Cryptography::RSAParameters get(); };
public System.Security.Cryptography.RSAParameters RsaPublicKey { get; }
member this.RsaPublicKey : System.Security.Cryptography.RSAParameters
Public ReadOnly Property RsaPublicKey As RSAParameters

Значение свойства

Объект RSAParameters содержит открытый ключ, используемый поставщиком.

Применяется к

См. также раздел