PSCredential.GetSymmetricEncryptionKeyDelegate Property
Definition
Gets or sets a delegate which returns the encryption key and initialization vector for symmetric encryption algorithm.
public:
static property System::Management::Automation::GetSymmetricEncryptionKey ^ GetSymmetricEncryptionKeyDelegate { System::Management::Automation::GetSymmetricEncryptionKey ^ get(); void set(System::Management::Automation::GetSymmetricEncryptionKey ^ value); };
public static System.Management.Automation.GetSymmetricEncryptionKey GetSymmetricEncryptionKeyDelegate { get; set; }
member this.GetSymmetricEncryptionKeyDelegate : System.Management.Automation.GetSymmetricEncryptionKey with get, set
Public Shared Property GetSymmetricEncryptionKeyDelegate As GetSymmetricEncryptionKey