IdentityProviderKey.Password Property

There are no comments for Property Password in the schema.

Namespace:  Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property Password As Byte()
public byte[] Password { get; set; }
public:
property array<unsigned char>^ Password {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
member Password : byte[] with get, set
function get Password () : byte[]
function set Password (value : byte[])

Property Value

Type: array<System.Byte[]
Returns Byte.

.NET Framework Security

See Also

Reference

IdentityProviderKey Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace