This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see 
Cake.Azure.
                            
 
	
	
		
	Syntax
	public static Credentials AzureLogin(this ICakeContext context, string tenantId, string applicationId, byte[] certificate, string password)
	Attributes
	
		
			
				
					
						| Type | Description | 
				
					
						| CakeAliasCategoryAttribute |  | 
					
						| CakeMethodAliasAttribute |  | 
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | Type | Description | 
				
					
						| context | ICakeContext |  | 
					
						| tenantId | string |  | 
					
						| applicationId | string |  | 
					
						| certificate | byte[] |  | 
					
						| password | string |  | 
			
		 
	 	
	Return Value