Udostępnij za pośrednictwem


ProtectedConfiguration.RsaProviderName Pole

Definicja

Nazwa dostawcy RSA.

public: System::String ^ RsaProviderName;
public const string RsaProviderName;
val mutable RsaProviderName : string
Public Const RsaProviderName As String 

Wartość pola

Przykłady

W poniższym przykładzie pokazano, jak za pomocą RsaProviderName właściwości pobrać nazwę bieżącego dostawcy RSA.

// Get the Rsa provider name.
string rsaProviderName =
    ProtectedConfiguration.RsaProviderName;
Console.WriteLine(
    "Rsa provider name: {0}",
     rsaProviderName);
' Get the Rsa provider name.
  Dim rsaProviderName As String = _
  ProtectedConfiguration.RsaProviderName
  Console.WriteLine( _
  "Rsa provider name: {0}", rsaProviderName)

Uwagi

Jest to stała zmienna ciągu zawierająca nazwę dostawcy RSA udostępnionego przez system w celu ochrony sekcji konfiguracji.

Dotyczy

Zobacz też