Simple.CredentialManager.Credential.Credential C# (CSharp) Method

Credential() static private method

Initializes UnmanagedCodePermission for the Credential class.
static private Credential ( ) : System
return System
        static Credential()
        {
            lock (LockObject)
            {
                UnmanagedCodePermission = new SecurityPermission(SecurityPermissionFlag.UnmanagedCode);
            }
        }

Same methods

Credential::Credential ( string username ) : System
Credential::Credential ( string username, string password ) : System
Credential::Credential ( string username, string password, string target ) : System
Credential::Credential ( string username, string password, string target, CredentialType type ) : System