System::Security::Cryptography::RSACryptoServiceProvider::get_UseMachineKeyStore método

RSACryptoServiceProvider::get_UseMachineKeyStore method

Comprueba si la clave persiste en el almacén de la máquina en lugar del almacén del usuario.

static bool System::Security::Cryptography::RSACryptoServiceProvider::get_UseMachineKeyStore()

ReturnValue

Verdadero si la clave debe persistirse en el almacén de la máquina, falso si debe persistirse en el almacén del usuario.

Ver también