'Declaration Public Sub SetPassword( _ ByVal password As System.String, _ Optional ByVal sid As CryptographicAlgorithmSid, _ Optional ByVal spinCount As System.Integer _ )
public void SetPassword( System.string password, CryptographicAlgorithmSid sid, System.int spinCount )
Parameters
- password
- The password string.
- sid
- The password hashing algorithm.
- spinCount
- The count of hash transformations used in password generation.